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 njs
Recipients Arfrever, barry, berker.peksag, brett.cannon, eric.snow, josh.r, jwilk, larry, ncoghlan, njs, serhiy.storchaka, takluyver, zach.ware
Date 2015-09-06.08:56:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441529786.59.0.917694278092.issue24305@psf.upfronthosting.co.za>
In-reply-to
Content
Some limited code search statistics posted upthread (msg244448) suggest that ~100% of real-world code is using stacklevel=2 unconditionally and thus getting incorrect results on 3.3 and 3.4.
History
Date User Action Args
2015-09-06 08:56:26njssetrecipients: + njs, barry, brett.cannon, ncoghlan, larry, jwilk, Arfrever, eric.snow, takluyver, berker.peksag, zach.ware, serhiy.storchaka, josh.r
2015-09-06 08:56:26njssetmessageid: <1441529786.59.0.917694278092.issue24305@psf.upfronthosting.co.za>
2015-09-06 08:56:26njslinkissue24305 messages
2015-09-06 08:56:26njscreate