diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-05-15 01:10:24 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-05-15 01:10:24 (GMT) |
commit | 3a1693a989e4430490e5da25a055042eb6ac3794 (patch) | |
tree | 73b2e11893e461d671da00281dd22a765c6fd981 /Doc/whatsnew | |
parent | 7663f9e4ffbba27c22698283ebf8891ca5ae2ae5 (diff) | |
download | cpython-3a1693a989e4430490e5da25a055042eb6ac3794.zip cpython-3a1693a989e4430490e5da25a055042eb6ac3794.tar.gz cpython-3a1693a989e4430490e5da25a055042eb6ac3794.tar.bz2 |
Note some removals and a rename
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.6.rst | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 567499b..fa40910 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -1471,13 +1471,18 @@ complete list of changes, or look through the CVS logs for all the details. library; many outdated modules are being dropped, and some modules are being renamed or moved into packages. Python 2.6 running in 3.0-warning mode will warn about these modules - when they are improved. - - The list of deprecated modules that are removed in Python 3.0 is: + when they are imported. + The list of deprecated modules is: :mod:`audiodev`, :mod:`Canvas`, :mod:`compiler`, :mod:`dircache`, + :mod:`cd`, + :mod:`cddb`, + :mod:`cdplayer`, + :mod:`CL` and :mod:`cl`, + :mod:`cd`, + :mod:`cd`, :mod:`dl`, :mod:`fpformat`, :mod:`ihooks`, @@ -1494,6 +1499,7 @@ complete list of changes, or look through the CVS logs for all the details. The modules that have been renamed are: + * :mod:`ConfigParser` has become :mod:`configparser`. * :mod:`copy_reg` has become :mod:`copyreg`. * :mod:`SocketServer` has become :mod:`socketserver`. * :mod:`Queue` has become :mod:`queue`. |