Changes between Initial Version and Version 2 of Ticket #27821
- Timestamp:
- 05/13/19 14:16:26 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27821
-
Property
Summary
changed from
convering_design.py : Fix AttributeError
tocovering_design.py : Fix AttributeError
-
Property
Summary
changed from
-
Ticket #27821 – Description
initial v2 17 17 }}} 18 18 Found by Sebastien Labbé see #26592 19 20 The root cause is that the object returned by {{{urlopen}}} doesn't have an {{{__exit__}}} method in python2 and therefor it can not be used with a {{{with ... as ...}}} syntax.