Message244390
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" |
|
Date |
User |
Action |
Args |
2015-05-29 16:54:13 | brett.cannon | set | recipients:
+ brett.cannon, barry, ncoghlan, Arfrever, njs, eric.snow, takluyver, berker.peksag, serhiy.storchaka |
2015-05-29 16:54:13 | brett.cannon | set | messageid: <1432918453.33.0.989749796119.issue24305@psf.upfronthosting.co.za> |
2015-05-29 16:54:13 | brett.cannon | link | issue24305 messages |
2015-05-29 16:54:13 | brett.cannon | create | |
|