]> granicus.if.org Git - python/commit
Use PyErr_WarnExplicit() to warn about hex/oct constants, so the
authorGuido van Rossum <guido@python.org>
Mon, 12 Aug 2002 21:54:46 +0000 (21:54 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Aug 2002 21:54:46 +0000 (21:54 +0000)
commit715eca932e9ceaefbb4a3dcc21671b02dd7b4112
tree407c33c99d4c2f4c4c088a17c3ab42fa556ea6c1
parent7a1703d8cb7e7c50e284033498a87dcb7dc5ab1e
Use PyErr_WarnExplicit() to warn about hex/oct constants, so the
correct filename and line number are reported.
Python/compile.c