mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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.
This commit is contained in:
parent
85d5d902ce
commit
5ad5a7d31f
3 changed files with 7 additions and 5 deletions
|
@ -5,9 +5,8 @@
|
|||
:synopsis: Generic output formatter and device interface.
|
||||
:deprecated:
|
||||
|
||||
.. deprecated-removed:: 3.4 3.6
|
||||
Due to lack of usage, the formatter module has been deprecated and is slated
|
||||
for removal in Python 3.6.
|
||||
.. deprecated:: 3.4
|
||||
Due to lack of usage, the formatter module has been deprecated.
|
||||
|
||||
|
||||
This module supports two interface definitions, each with multiple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue