Changes between Initial Version and Version 5 of Ticket #16097
- Timestamp:
- 10/07/14 15:30:11 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16097
-
Property
Status
changed from
new
toneeds_work
-
Property
Authors
changed from
to
André Apitzsch
-
Property
Branch
changed from
to
u/aapitzsch/ticket/16097
-
Property
Milestone
changed from
sage-6.2
tosage-6.4
-
Property
Commit
changed from
to
0765f1f2429ea60c3a389c23d9c4cd57ce0b9542
-
Property
Status
changed from
-
Ticket #16097 – Description
initial v5 1 The Py2 builtin function {{{file()}}} is gone. It should be replaced with the {{{open()}}} builtin function. 2 [[br]] 3 The type {{{file}}} is also gone. Checking for it may be replaced by {{{isinstance(f, io.IOBase)}}} 4 5 There are about 20 effected modules. 1 The Py2 builtin function {{{file()}}} is gone. It should be replaced with the {{{open()}}} builtin function. 6 2 7 3 This ticket is tracked as a dependency of meta-ticket ticket:16052.