]> granicus.if.org Git - python/commitdiff
Issue #4863, removing remaining bits
authorTarek Ziadé <ziade.tarek@gmail.com>
Sun, 25 Jan 2009 19:29:10 +0000 (19:29 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Sun, 25 Jan 2009 19:29:10 +0000 (19:29 +0000)
Doc/distutils/apiref.rst
Lib/test/test_sundry.py

index 4d65de039426d6e772c9a5032a895aa2da4baea1..b53c94a5d717f1f541d1c8eae34dd09ec9edd270 100644 (file)
@@ -847,23 +847,6 @@ This module provides the EMXCCompiler class, a subclass of
 :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
 ======================================================
 
index e7499ae4b26f79d981ac54b47869bbeaac5fcd0a..74d043625b628378e3021b232fea8425af85db47 100644 (file)
@@ -24,7 +24,6 @@ class TestUntestedModules(unittest.TestCase):
             import distutils.filelist
             if sys.platform.startswith('win'):
                 import distutils.msvccompiler
-            import distutils.mwerkscompiler
             import distutils.text_file
             import distutils.unixccompiler