]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #455966: Allow leading 0 in float/imag literals.
authorTim Peters <tim.peters@gmail.com>
Thu, 30 Aug 2001 20:51:59 +0000 (20:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 30 Aug 2001 20:51:59 +0000 (20:51 +0000)
commitd507dab91f9790a24bd53d41d7fcf52fe89a6eff
treebfd040b35180f81cb9b0376df6070d91a08e7c57
parent21922aa9393996b1ea3f324759e158ec623acb43
SF patch #455966:  Allow leading 0 in float/imag literals.
Consequences for Jython still unknown (but raised on Jython-Dev).
Doc/ref/ref2.tex
Lib/test/test_compile.py
Lib/tokenize.py
Misc/NEWS
Parser/tokenizer.c