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 Esa.Peuha
Recipients Esa.Peuha, berker.peksag, brett.cannon, ezio.melotti, r.david.murray
Date 2013-10-09.10:01:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381312868.96.0.756900083942.issue19165@psf.upfronthosting.co.za>
In-reply-to
Content
The wanted patch seems to be very simple: change PendingDeprecationWarning to DeprecationWarning on line 24 of Lib/formatter.py but only for Python 3.5 (i.e. no need to do anything until 3.4 is released).

On a related note, should formatter be added to PEP 4?
History
Date User Action Args
2013-10-09 10:01:09Esa.Peuhasetrecipients: + Esa.Peuha, brett.cannon, ezio.melotti, r.david.murray, berker.peksag
2013-10-09 10:01:08Esa.Peuhasetmessageid: <1381312868.96.0.756900083942.issue19165@psf.upfronthosting.co.za>
2013-10-09 10:01:08Esa.Peuhalinkissue19165 messages
2013-10-09 10:01:08Esa.Peuhacreate