#15987: Python 3 preparation: Change syntax of long and octal integer literals
-------------------------------------+-------------------------------------
       Reporter:  wluebbe            |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.2
      Component:  distribution       |   Resolution:
       Keywords:  python3            |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/wluebbe/ticket/15987             |  a17cb523eba3d523e71d3a2c4f9b4bf90ad44ef7
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Description changed by wluebbe:

Old description:

> The deprecated syntax is not accepted by Python 3.
>
> Changes according to {{{lib2to3/fixes/fix_numliterals.py}}}:
> {{{
> turns 1L into 1, 0755 into 0o755
> }}}
>
> This ticket is tracked as a dependency of meta-ticket ticket:15980.

New description:

 The deprecated syntax is not accepted by Python 3.

 Changes according to {{{lib2to3/fixes/fix_numliterals.py}}}:
 {{{
 turns 1L into 1, 0755 into 0o755
 }}}

 This ticket is tracked as a dependency of meta-ticket ticket:16052.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/15987#comment:11>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to