]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change the order in which Floatnumber and Intnumber are tried
authorGuido van Rossum <guido@python.org>
Mon, 16 Mar 1992 18:30:24 +0000 (18:30 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 16 Mar 1992 18:30:24 +0000 (18:30 +0000)
commit10d10ffb1b3c5d508b1f345ee40b19024e2514cc
treecddfafc11e91e5d379d897c9099cf933cbcb226d
parent29be3b97a6fd0ade24a980808087b9c1e507457b
Change the order in which Floatnumber and Intnumber are tried
so it will correctly recognize floats.
Fix the test program so it works again.
Lib/tokenize.py