]> granicus.if.org Git - python/commit
Issue #23016: A warning no longer produces AttributeError when the program
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Dec 2014 20:59:55 +0000 (22:59 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Dec 2014 20:59:55 +0000 (22:59 +0200)
commit60599525c509a962e8fb5897240d42a56c092961
tree6c28cb4857666bc60f52624015ae3d879e65751e
parent82c05a54a2ad92cd1d7bb391a62dec0d06bbc13a
Issue #23016: A warning no longer produces AttributeError when the program
is run with pythonw.exe.
Lib/test/test_warnings.py
Lib/warnings.py
Misc/NEWS