]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23016: A warning no longer produces an AttributeError when the program
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Dec 2014 21:04:47 +0000 (23:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Dec 2014 21:04:47 +0000 (23:04 +0200)
commit927131e050950e7345b2f3e19e8a57c2a328385b
tree71f34b9b7d3990c3e063b7b9abb6bfe26af0a143
parent649e1f141a839c0e90b8ebd940ab08eee62fcfad
parent60599525c509a962e8fb5897240d42a56c092961
Issue #23016: A warning no longer produces an AttributeError when the program
is run with pythonw.exe.
Lib/test/test_warnings.py
Lib/warnings.py
Misc/NEWS