Changes between Initial Version and Version 4 of Ticket #16069
- Timestamp:
- May 27, 2016, 1:38:01 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16069
-
Property
Component
changed from
distribution
topython3
-
Property
Milestone
changed from
sage-6.2
tosage-6.4
-
Property
Component
changed from
-
Ticket #16069 – Description
initial v4 1 Sage is mainly hit by the renaming of the Py2 module {{{__builtin__}}} into {{ builtins}}} in Py3. Others are e.g. {{{cPickle}}},1 Sage is mainly hit by the renaming of the Py2 module {{{__builtin__}}} into {{{builtins}}} in Py3. Others are e.g. {{{cPickle}}}, 2 2 {{{copy_reg}}}, {{{StringIO}}}, {{{cStringIO}}} and {{{httplib}}}. 3 3