diff options
-rw-r--r-- | Doc/whatsnew/2.6.rst | 49 |
1 files changed, 45 insertions, 4 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index fa409106b8..97b5a92475 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -1473,29 +1473,70 @@ complete list of changes, or look through the CVS logs for all the details. Python 2.6 running in 3.0-warning mode will warn about these modules when they are imported. The list of deprecated modules is: - :mod:`audiodev`, + :mod:`_builtinSuites`, + :mod:`aepack`, + :mod:`aetools`, + :mod:`aetypes`, + :mod:`applesingle`, + :mod:`appletrawmain`, + :mod:`appletrunner`, + :mod:`argvemulator`, + :mod:`Audio_mac`, + :mod:`audiodev`, + :mod:`autoGIL`, + :mod:`bgenlocations`, + :mod:`buildtools`, + :mod:`bundlebuilder`, :mod:`Canvas`, + :mod:`Carbon`, + :mod:`cfmfile`, + :mod:`CodeWarrior`, + :mod:`ColorPicker`, :mod:`compiler`, - :mod:`dircache`, :mod:`cd`, :mod:`cddb`, :mod:`cdplayer`, :mod:`CL` and :mod:`cl`, :mod:`cd`, :mod:`cd`, + :mod:`dircache`, :mod:`dl`, + :mod:`EasyDialogs`, + :mod:`Explorer`, + :mod:`Finder`, + :mod:`FrameWork`, + :mod:`findertools`, :mod:`fpformat`, + :mod:`gensuitemodule`, + :mod:`ic`, + :mod:`icglue`, + :mod:`icopen`, :mod:`ihooks`, :mod:`imageop`, :mod:`linuxaudiodev`, + :mod:`macerrors`, + :mod:`MacOS`, + :mod:`macostools`, + :mod:`macresource`, :mod:`mhlib`, + :mod:`MiniAEFrame`, :mod:`multifile`, - :mod:`new` + :mod:`Nav`, + :mod:`Netscape`, + :mod:`new`, + :mod:`OSATerminology`, + :mod:`pimp`, + :mod:`PixMapWrapper`, :mod:`popen2`, :mod:`pure`, + :mod:`StdSuites`, :mod:`sv`, + :mod:`SystemEvents`, + :mod:`Terminal`, + :mod:`terminalcommand`, :mod:`test.testall`, - :mod:`toaiff`. + :mod:`toaiff`, + :mod:`videoreader`. The modules that have been renamed are: |