]> granicus.if.org Git - python/commitdiff
Merged revisions 68933 via svnmerge from
authorTarek Ziadé <ziade.tarek@gmail.com>
Sun, 25 Jan 2009 19:31:22 +0000 (19:31 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Sun, 25 Jan 2009 19:31:22 +0000 (19:31 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68933 | tarek.ziade | 2009-01-25 20:29:10 +0100 (Sun, 25 Jan 2009) | 1 line

  Issue #4863, removing remaining bits
........

Doc/distutils/apiref.rst
Lib/test/test_sundry.py

index 612993414d3342eab95aca75bfbf76253c129dc8..9b075483a0ff19a0d9cde4ebeede5f747bd45f99 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 49813a32d43b14f33bda38dccc0ea3892a36eef6..7a67517b3493cb2c6467e8e62cb2e62bfc0ba604 100644 (file)
@@ -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