Document the removal of gopherlib.
This commit is contained in:
parent
e6549ccc70
commit
c4b353b4ac
|
@ -78,6 +78,10 @@ Obsolete modules
|
|||
rand, reconvert, regex, regsub, statcache, tb, tzparse,
|
||||
util, whatsound, whrandom, zmod
|
||||
|
||||
The following modules were removed in Python 2.6:
|
||||
|
||||
gopherlib
|
||||
|
||||
The following modules currently lack a DeprecationWarning:
|
||||
|
||||
posixfile, rfc822, mimetools, MimeWriter, mimify,
|
||||
|
@ -94,7 +98,8 @@ Deprecated modules
|
|||
Module name: gopherlib
|
||||
Rationale: The gopher protocol is not in active use anymore.
|
||||
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: rgbimgmodule
|
||||
Rationale: In a 2001-04-24 c.l.py post, Jason Petrone mentions
|
||||
|
|
|
@ -63,6 +63,10 @@ Completed features for 2.6
|
|||
|
||||
- sets
|
||||
|
||||
Modules removed from the standard library:
|
||||
|
||||
- gopherlib
|
||||
|
||||
Python 3.0 compatability:
|
||||
|
||||
None
|
||||
|
@ -106,7 +110,6 @@ Possible features for 2.6
|
|||
|
||||
Modules to be removed according to PEP 4:
|
||||
|
||||
- gopherlib
|
||||
- rgbimg
|
||||
- buildtools [if DeprecationWarning raised in 2.5]
|
||||
- cfmfile [if DeprecationWarning raised in 2.5]
|
||||
|
|
|
@ -210,8 +210,7 @@ To be removed:
|
|||
- ``reconvert``, ``stringold``, ``xmllib``,
|
||||
``pcre``, ``pypcre``, ``strop`` [all done]
|
||||
+ see PEP 4 [#pep4]_
|
||||
- ``gopherlib``,
|
||||
``mimetools``,
|
||||
- ``mimetools``,
|
||||
``MimeWriter``,
|
||||
``mimify``,
|
||||
``mpz``,
|
||||
|
@ -226,6 +225,7 @@ To be removed:
|
|||
``TERMIOS``,
|
||||
``timing``
|
||||
[to do]
|
||||
- ``gopherlib`` [done]
|
||||
- ``cl``, ``sets``, ``xreadlines``, ``rotor``, ``whrandom`` [done]
|
||||
+ Everything in lib-old [#pep4]_ [done]
|
||||
- ``Para``, ``addpack``, ``cmp``, ``cmpcache``, ``codehack``,
|
||||
|
|
Loading…
Reference in New Issue