Changes between Version 4 and Version 8 of Ticket #16069
- Timestamp:
- Aug 1, 2016, 2:18:56 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16069 – Description
v4 v8 1 Sage is mainly hit by the renaming of the Py2 module {{{__builtin__}}} into {{{builtins}}} in Py3. Others are e.g. {{{cPickle}}}, 2 {{{copy_reg}}}, {{{StringIO}}}, {{{cStringIO}}} and {{{httplib}}}. 1 Sage is mainly hit by 2 * the renaming of the Py2 module {{{__builtin__}}} into {{{builtins}}} in Py3. (#20694 and #20713) 3 4 Others are e.g. 5 * {{{cPickle}}}, 6 * {{{copy_reg}}}, (#21115) 7 * {{{StringIO}}}, 8 * {{{cStringIO}}}, 9 * {{{httplib}}}. (#20957) 3 10 4 11 The tool 2to3 renames the modules.