diff --git a/pep-0004.txt b/pep-0004.txt index 3fcf33392..1aecda824 100644 --- a/pep-0004.txt +++ b/pep-0004.txt @@ -80,7 +80,7 @@ Obsolete modules The following modules were removed in Python 2.6: - gopherlib + gopherlib, rgbimg The following modules currently lack a DeprecationWarning: @@ -106,7 +106,8 @@ Deprecated modules that he occasionally uses it; no other references to its use can be found as of 2003-11-19. 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 Rationale: The underlying PCRE engine doesn't support Unicode, and diff --git a/pep-0361.txt b/pep-0361.txt index 4dc26f7bd..39849f1de 100644 --- a/pep-0361.txt +++ b/pep-0361.txt @@ -66,6 +66,7 @@ Completed features for 2.6 Modules removed from the standard library: - gopherlib + - rgbimg Python 3.0 compatability: @@ -110,7 +111,6 @@ Possible features for 2.6 Modules to be removed according to PEP 4: - - rgbimg - buildtools [if DeprecationWarning raised in 2.5] - cfmfile [if DeprecationWarning raised in 2.5] - macfs [if DeprecationWarning raised in 2.5] diff --git a/pep-3108.txt b/pep-3108.txt index f957822df..d629c09d7 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -315,6 +315,9 @@ for what the module is meant for. + Better support by third-party libraries (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