]> granicus.if.org Git - python/commit
Issue #23016: A warning no longer produces an AttributeError when sys.stderr
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Dec 2014 21:05:33 +0000 (23:05 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Dec 2014 21:05:33 +0000 (23:05 +0200)
commite6b42438fa53f7bcadc12bdcfa491b99f280f115
tree5478bf48ff767cee50342d4f963e2620efa5f545
parent083f6fba5a281061701da8cfc4cdd22e4ff624c3
Issue #23016: A warning no longer produces an AttributeError when sys.stderr
is None.
Lib/test/test_warnings.py
Lib/warnings.py
Misc/NEWS