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, zach.ware
Date 2015-09-06.08:04:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441526659.56.0.00668006074616.issue24305@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think it'd be appropriate to backport to 3.4--that ship has sailed.  3.4 requires a stacklevel=8 and that's that.

If we backported it and it shipped in 3.4.4, "correct" code would have to use a stacklevel=8 for 3.4.0 through 3.4.3, and stacklevel=2 for 3.4.4 and above.  Ugh!
History
Date User Action Args
2015-09-06 08:04:19larrysetrecipients: + larry, barry, brett.cannon, ncoghlan, jwilk, Arfrever, njs, eric.snow, takluyver, berker.peksag, zach.ware, serhiy.storchaka, josh.r
2015-09-06 08:04:19larrysetmessageid: <1441526659.56.0.00668006074616.issue24305@psf.upfronthosting.co.za>
2015-09-06 08:04:19larrylinkissue24305 messages
2015-09-06 08:04:19larrycreate