[Python-checkins] r63332 - python/trunk/Doc/whatsnew/2.6.rst

benjamin.peterson python-checkins at python.org
Fri May 16 00:34:33 CEST 2008


Author: benjamin.peterson
Date: Fri May 16 00:34:33 2008
New Revision: 63332

Log:
add Mac modules to the list of deprecated ones


Modified:
   python/trunk/Doc/whatsnew/2.6.rst

Modified: python/trunk/Doc/whatsnew/2.6.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.6.rst	(original)
+++ python/trunk/Doc/whatsnew/2.6.rst	Fri May 16 00:34:33 2008
@@ -1473,29 +1473,70 @@
   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:
 


More information about the Python-checkins mailing list