This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients charris44, mdk, ned.deily, pitrou, serhiy.storchaka, vstinner
Date 2016-12-07.23:29:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481153370.18.0.134083085444.issue28897@psf.upfronthosting.co.za>
In-reply-to
Content
Charles, these are the two changes that went into Lib/warnings.py between b4 and rc1:

changeset:   105490:aaee06743c61
branch:      3.6
parent:      105488:c0f59410ccfc
user:        Ned Deily <nad@python.org>
date:        Tue Dec 06 17:12:47 2016 -0500
files:       Lib/warnings.py
description:
Issue #28835: Tidy previous showwarning changes based on review comments.
Patch by Serhiy Storchaka.


changeset:   105474:726308cfe3b5
branch:      3.6
parent:      105472:ab66423c3581
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Tue Dec 06 10:53:52 2016 +0100
files:       Lib/test/test_warnings/__init__.py Lib/warnings.py Misc/NEWS
description:
catch_warnings() calls showwarning() if overriden

Issue #28089: Fix a regression introduced in warnings.catch_warnings(): call
warnings.showwarning() if it was overriden inside the context manager.
History
Date User Action Args
2016-12-07 23:29:30ned.deilysetrecipients: + ned.deily, pitrou, vstinner, charris44, serhiy.storchaka, mdk
2016-12-07 23:29:30ned.deilysetmessageid: <1481153370.18.0.134083085444.issue28897@psf.upfronthosting.co.za>
2016-12-07 23:29:30ned.deilylinkissue28897 messages
2016-12-07 23:29:30ned.deilycreate