]> granicus.if.org Git - python/commit
Issue #25407: Drop the mention of the formatter module being removed
authorBrett Cannon <brett@python.org>
Fri, 16 Oct 2015 19:09:33 +0000 (12:09 -0700)
committerBrett Cannon <brett@python.org>
Fri, 16 Oct 2015 19:09:33 +0000 (12:09 -0700)
commit5ad5a7d31f5328c73df523b6ade330d88573717e
tree193dc565250ffa57e4c7f6abd0d2316351690bdd
parent85d5d902ce17ae6d088f94621d5a657dfe3f1c45
Issue #25407: Drop the mention of the formatter module being removed
in Python 3.6.

The new PEP 4 policy of any module existing in both 2.7 and 3.5
applies here, hence the module will be with us for a bit longer.
Doc/library/formatter.rst
Lib/formatter.py
Misc/NEWS