]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added support for imaginary constants (e.g. 0j, 1j, 1.0j).
authorGuido van Rossum <guido@python.org>
Mon, 10 Mar 1997 23:17:01 +0000 (23:17 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Mar 1997 23:17:01 +0000 (23:17 +0000)
commitb5dc5e3d7ea44ee4d029d26c98bc99deeffee346
tree734dfd927ef498cf77a902e3386d03e000998453
parentc43b6850544af69c1d489d23c5dbc9cab7aea5e8
Added support for imaginary constants (e.g. 0j, 1j, 1.0j).
Lib/tokenize.py