summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/distutils/apiref.rst17
-rw-r--r--Lib/test/test_sundry.py1
2 files changed, 0 insertions, 18 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index 6129934..9b07548 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -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
======================================================
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py
index 49813a3..7a67517 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -21,7 +21,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