]> granicus.if.org Git - python/commit
Suppress hex/oct constant warnings in <string> on 64-bit platforms,
authorGuido van Rossum <guido@python.org>
Thu, 19 Sep 2002 00:42:16 +0000 (00:42 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 19 Sep 2002 00:42:16 +0000 (00:42 +0000)
commitc34c4fc3ab497ec1dd4f8c921798927d1b6d13e2
treea0ff0b0c794c7780d48c5f366609d719bef7d2ac
parent2c96ab2b61dc5b58bd9f9724c89e0d42d172662d
Suppress hex/oct constant warnings in <string> on 64-bit platforms,
because there test_grammar.py pulls them out of strings there.
Lib/test/regrtest.py