]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add warnings for arguments named None. All set. (I could add a
authorGuido van Rossum <guido@python.org>
Fri, 16 Aug 2002 02:48:11 +0000 (02:48 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 Aug 2002 02:48:11 +0000 (02:48 +0000)
commitb7164621fa6619b45001eff50417d189c088d621
tree3971697d10be4b21bf4d0b897ab49b4470051cbe
parent80703c89308a2adbdece4c8c044e7ba4d3069f91
Add warnings for arguments named None.  All set.  (I could add a
warning for 'global None', but that's either accompanied by an
assignment to None, which will trigger a warning, or not, in which
case it's harmless. :-)
Python/compile.c