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 larry
Recipients Arfrever, barry, berker.peksag, brett.cannon, eric.snow, josh.r, jwilk, larry, ncoghlan, njs, serhiy.storchaka, takluyver
Date 2015-08-25.00:23:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440462217.86.0.628758406041.issue24305@psf.upfronthosting.co.za>
In-reply-to
Content
The C implementation is making me nervous.  My gut feeling is the Python implementation would be easier to get right.

I still don't quite understand: what is the user-perceived result of this change?  Module authors issuing a DeprecationWarning can now use stacklevel=2 instead of stacklevel=10?
History
Date User Action Args
2015-08-25 00:23:38larrysetrecipients: + larry, barry, brett.cannon, ncoghlan, jwilk, Arfrever, njs, eric.snow, takluyver, berker.peksag, serhiy.storchaka, josh.r
2015-08-25 00:23:37larrysetmessageid: <1440462217.86.0.628758406041.issue24305@psf.upfronthosting.co.za>
2015-08-25 00:23:37larrylinkissue24305 messages
2015-08-25 00:23:37larrycreate