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 brett.cannon
Recipients Arfrever, barry, berker.peksag, brett.cannon, eric.snow, ncoghlan, njs, serhiy.storchaka, takluyver
Date 2015-05-29.16:54:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432918453.33.0.989749796119.issue24305@psf.upfronthosting.co.za>
In-reply-to
Content
Skipping select frames is a shift in semantics for warnings.warn() (so can't go into 3.5b1), doing it implicitly might be costly on interpreters where getting a frame is expensive, and coming up with a new API allows for a nicer design, e.g. `warnings.deprecate_module(__name__, 'it will be removed in Python 3.6')` -> "the formatter module is deprecated; it will be removed in Python 3.6"
History
Date User Action Args
2015-05-29 16:54:13brett.cannonsetrecipients: + brett.cannon, barry, ncoghlan, Arfrever, njs, eric.snow, takluyver, berker.peksag, serhiy.storchaka
2015-05-29 16:54:13brett.cannonsetmessageid: <1432918453.33.0.989749796119.issue24305@psf.upfronthosting.co.za>
2015-05-29 16:54:13brett.cannonlinkissue24305 messages
2015-05-29 16:54:13brett.cannoncreate