]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Restore the hex/oct constant tests that Barry commented out for fear
authorGuido van Rossum <guido@python.org>
Thu, 29 Aug 2002 14:57:26 +0000 (14:57 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 Aug 2002 14:57:26 +0000 (14:57 +0000)
commitf0253f2bc585ed5d6e446d78b3538550ec00af24
treee7162572fbfb1ece7e8fd632ee2e7b000bc15795
parent604cd6ae79e0e7ff52b96bba9aa9fbd6c21e1e8f
Restore the hex/oct constant tests that Barry commented out for fear
of FutureWarnings.  Added a comment explaining the situation.
Lib/test/test_grammar.py