[issue1539925] warnings in interactive sessions

2017-11-13 Thread Nick Coghlan
Nick Coghlan added the comment: As a user, what would I actually gain from being warned more than once per session that a particular API I'm using is deprecated? If I want that behaviour, I can already opt in to it by doing "warnings.simplefilter('always')". As things stand, the perpetually

[issue1539925] warnings in interactive sessions

2017-11-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Looks reasonable to me. Perhaps we should port the solution from IPython: https://github.com/ipython/ipython/issues/6611. -- versions: +Python 3.7 -Python 3.5 ___ Python tracker

[issue1539925] warnings in interactive sessions

2015-02-26 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue1539925] warnings in interactive sessions

2015-02-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-li

[issue1539925] warnings in interactive sessions

2013-10-13 Thread Alan Cristhian
Changes by Alan Cristhian : -- nosy: +Alan.Cristhian ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue1539925] warnings in interactive sessions

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Is there still any interest in this? -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-l

[issue1539925] warnings in interactive sessions

2012-11-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> needs patch versions: +Python 3.4 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list ma

[issue1539925] warnings in interactive sessions

2012-11-17 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: -brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue1539925] warnings in interactive sessions

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue1539925] warnings in interactive sessions

2009-04-01 Thread Brett Cannon
Brett Cannon added the comment: Not a bad idea, although it would require some work to make it work in a backwards-compatible fashion. -- assignee: brett.cannon -> ___ Python tracker ___

[issue1539925] warnings in interactive sessions

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon type: -> feature request ___ Python tracker ___ ___ Pyt