Document formatter as deprecated
This commit is contained in:
parent
a4dc87cc11
commit
7dfb6b0960
19
pep-0004.txt
19
pep-0004.txt
|
@ -113,17 +113,17 @@ Deprecated modules
|
||||||
|
|
||||||
Module name: rgbimgmodule
|
Module name: rgbimgmodule
|
||||||
Rationale: In a 2001-04-24 c.l.py post, Jason Petrone mentions
|
Rationale: In a 2001-04-24 c.l.py post, Jason Petrone mentions
|
||||||
that he occasionally uses it; no other references to
|
that he occasionally uses it; no other references to
|
||||||
its use can be found as of 2003-11-19.
|
its use can be found as of 2003-11-19.
|
||||||
Date: 1-Oct-2000
|
Date: 1-Oct-2000
|
||||||
Documentation: Documented as deprecated since Python 2.5. Removed
|
Documentation: Documented as deprecated since Python 2.5. Removed
|
||||||
in Python 2.6.
|
in Python 2.6.
|
||||||
|
|
||||||
Module name: pre
|
Module name: pre
|
||||||
Rationale: The underlying PCRE engine doesn't support Unicode, and
|
Rationale: The underlying PCRE engine doesn't support Unicode, and
|
||||||
has been unmaintained since Python 1.5.2.
|
has been unmaintained since Python 1.5.2.
|
||||||
Date: 10-Apr-2002
|
Date: 10-Apr-2002
|
||||||
Documentation: It was only mentioned as an implementation detail,
|
Documentation: It was only mentioned as an implementation detail,
|
||||||
and never had a section of its own. This mention
|
and never had a section of its own. This mention
|
||||||
has now been removed.
|
has now been removed.
|
||||||
|
|
||||||
|
@ -246,18 +246,25 @@ Deprecated modules
|
||||||
listing in this PEP was neglected.
|
listing in this PEP was neglected.
|
||||||
DeprecationWarning added in Python 2.6.
|
DeprecationWarning added in Python 2.6.
|
||||||
|
|
||||||
Module name: plat-freebsd2/IN and plat-freebsd3/IN
|
Module name: plat-freebsd2/IN and plat-freebsd3/IN
|
||||||
Rationale: Platforms are obsolete (last released in 2000)
|
Rationale: Platforms are obsolete (last released in 2000)
|
||||||
Removed from 2.6
|
Removed from 2.6
|
||||||
Date: 15-May-2007
|
Date: 15-May-2007
|
||||||
Documentation: None
|
Documentation: None
|
||||||
|
|
||||||
Module name: plat-freebsd4/IN and possibly plat-freebsd5/IN
|
Module name: plat-freebsd4/IN and possibly plat-freebsd5/IN
|
||||||
Rationale: Platforms are obsolete/unsupported
|
Rationale: Platforms are obsolete/unsupported
|
||||||
Date: 15-May-2007
|
Date: 15-May-2007
|
||||||
Remove from 2.7
|
Remove from 2.7
|
||||||
Documentation: None
|
Documentation: None
|
||||||
|
|
||||||
|
Module name: formatter
|
||||||
|
Rationale: Lack of use in the community, no tests to keep
|
||||||
|
code working.
|
||||||
|
Documentation: Deprecated as of Python 3.4 by raising
|
||||||
|
PendingDeprecationWarning. Slated for removal in
|
||||||
|
Python 3.6.
|
||||||
|
|
||||||
|
|
||||||
Deprecation of modules removed in Python 3.0
|
Deprecation of modules removed in Python 3.0
|
||||||
============================================
|
============================================
|
||||||
|
@ -265,7 +272,7 @@ Deprecation of modules removed in Python 3.0
|
||||||
PEP 3108 lists all modules that have been removed from Python 3.0.
|
PEP 3108 lists all modules that have been removed from Python 3.0.
|
||||||
They all are documented as deprecated in Python 2.6, and raise a
|
They all are documented as deprecated in Python 2.6, and raise a
|
||||||
DeprecationWarning if the -3 flag is activated.
|
DeprecationWarning if the -3 flag is activated.
|
||||||
|
|
||||||
|
|
||||||
Undeprecated modules
|
Undeprecated modules
|
||||||
====================
|
====================
|
||||||
|
|
Loading…
Reference in New Issue