[Python-checkins] r68933 - in python/trunk: Doc/distutils/apiref.rst Lib/test/test_sundry.py

tarek.ziade python-checkins at python.org
Sun Jan 25 20:29:11 CET 2009


Author: tarek.ziade
Date: Sun Jan 25 20:29:10 2009
New Revision: 68933

Log:
Issue #4863, removing remaining bits

Modified:
   python/trunk/Doc/distutils/apiref.rst
   python/trunk/Lib/test/test_sundry.py

Modified: python/trunk/Doc/distutils/apiref.rst
==============================================================================
--- python/trunk/Doc/distutils/apiref.rst	(original)
+++ python/trunk/Doc/distutils/apiref.rst	Sun Jan 25 20:29:10 2009
@@ -847,23 +847,6 @@
 :class:`UnixCCompiler` that handles the EMX port of the GNU C compiler to OS/2.
 
 
-:mod:`distutils.mwerkscompiler` --- Metrowerks CodeWarrior support
-==================================================================
-
-.. module:: distutils.mwerkscompiler
-   :synopsis: Metrowerks CodeWarrior support
-
-
-Contains :class:`MWerksCompiler`, an implementation of the abstract
-:class:`CCompiler` class for MetroWerks CodeWarrior on the pre-Mac OS X
-Macintosh. Needs work to support CW on Windows or Mac OS X.
-
-.. % \subsection{Utility modules}
-.. %
-.. % The following modules all provide general utility functions. They haven't
-.. % all been documented yet.
-
-
 :mod:`distutils.archive_util` ---  Archiving utilities
 ======================================================
 

Modified: python/trunk/Lib/test/test_sundry.py
==============================================================================
--- python/trunk/Lib/test/test_sundry.py	(original)
+++ python/trunk/Lib/test/test_sundry.py	Sun Jan 25 20:29:10 2009
@@ -24,7 +24,6 @@
             import distutils.filelist
             if sys.platform.startswith('win'):
                 import distutils.msvccompiler
-            import distutils.mwerkscompiler
             import distutils.text_file
             import distutils.unixccompiler
 


More information about the Python-checkins mailing list