commit | b7164621fa6619b45001eff50417d189c088d621 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 16 02:48:11 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 16 02:48:11 2002 +0000 |
tree | 3971697d10be4b21bf4d0b897ab49b4470051cbe | |
parent | 80703c89308a2adbdece4c8c044e7ba4d3069f91 [diff] |
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. :-)