[issue19165] Change formatter warning to DeprecationWarning in 3.5

Esa Peuha report at bugs.python.org
Wed Oct 9 12:01:08 CEST 2013


Esa Peuha added the comment:

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?

----------
nosy: +Esa.Peuha

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19165>
_______________________________________


More information about the Python-bugs-list mailing list