Delete stage 2 (turn on warnings for long literals). This seems to
have caused some concern on c.l.py. These weill be illegal in Python 3.0, but there's no need to warn about them earlier.
This commit is contained in:
parent
26511b4f25
commit
33a01ef3d7
|
@ -212,7 +212,7 @@ Transition
|
|||
(with a trailing 'L') may be enabled through a command line
|
||||
option, but it is off by default.
|
||||
|
||||
B2. The warning for long literals is turned on by default.
|
||||
B2. (This stage is deleted.)
|
||||
|
||||
B3. The warnings about operations that give different results than
|
||||
before are turned off by default.
|
||||
|
@ -226,7 +226,7 @@ Transition
|
|||
|
||||
B1. Python 2.4.
|
||||
|
||||
B2. Python 2.5.
|
||||
B2. (Not applicable.)
|
||||
|
||||
B3. The rest of the Python 2.x line.
|
||||
|
||||
|
|
Loading…
Reference in New Issue