Changes between Version 11 and Version 14 of Ticket #15987
- Timestamp:
- Oct 12, 2014, 8:26:45 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15987
-
Property
Status
changed from
needs_work
topositive_review
-
Property
Milestone
changed from
sage-6.2
tosage-6.4
-
Property
Summary
changed from
Python 3 preparation: Change syntax of long and octal integer literals
toPython 3 preparation: Change syntax of octal integer literals
-
Property
Reviewers
changed from
to
Jeroen Demeyer
-
Property
Status
changed from
-
Ticket #15987 – Description
v11 v14 3 3 Changes according to {{{lib2to3/fixes/fix_numliterals.py}}}: 4 4 {{{ 5 turns 1L into 1,0755 into 0o7555 0755 into 0o755 6 6 }}} 7 7