Update PEPs based on the removal of rgbimg from Python 2.6.
This commit is contained in:
parent
2f993419db
commit
0b91090d8e
|
@ -80,7 +80,7 @@ Obsolete modules
|
||||||
|
|
||||||
The following modules were removed in Python 2.6:
|
The following modules were removed in Python 2.6:
|
||||||
|
|
||||||
gopherlib
|
gopherlib, rgbimg
|
||||||
|
|
||||||
The following modules currently lack a DeprecationWarning:
|
The following modules currently lack a DeprecationWarning:
|
||||||
|
|
||||||
|
@ -106,7 +106,8 @@ Deprecated modules
|
||||||
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.
|
Documentation: Documented as deprecated since Python 2.5. Removed
|
||||||
|
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
|
||||||
|
|
|
@ -66,6 +66,7 @@ Completed features for 2.6
|
||||||
Modules removed from the standard library:
|
Modules removed from the standard library:
|
||||||
|
|
||||||
- gopherlib
|
- gopherlib
|
||||||
|
- rgbimg
|
||||||
|
|
||||||
Python 3.0 compatability:
|
Python 3.0 compatability:
|
||||||
|
|
||||||
|
@ -110,7 +111,6 @@ Possible features for 2.6
|
||||||
|
|
||||||
Modules to be removed according to PEP 4:
|
Modules to be removed according to PEP 4:
|
||||||
|
|
||||||
- rgbimg
|
|
||||||
- buildtools [if DeprecationWarning raised in 2.5]
|
- buildtools [if DeprecationWarning raised in 2.5]
|
||||||
- cfmfile [if DeprecationWarning raised in 2.5]
|
- cfmfile [if DeprecationWarning raised in 2.5]
|
||||||
- macfs [if DeprecationWarning raised in 2.5]
|
- macfs [if DeprecationWarning raised in 2.5]
|
||||||
|
|
|
@ -315,6 +315,9 @@ for what the module is meant for.
|
||||||
|
|
||||||
+ Better support by third-party libraries
|
+ Better support by third-party libraries
|
||||||
(Python Imaging Library [#pil]_).
|
(Python Imaging Library [#pil]_).
|
||||||
|
+ Unit tests relied on rgbimg and imgfile.
|
||||||
|
- rgbimg was removed in Python 2.6.
|
||||||
|
- imgfile slated for removal in this PEP. [done]
|
||||||
|
|
||||||
* linuxaudiodev
|
* linuxaudiodev
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue