summaryrefslogtreecommitdiff
path: root/Doc/distutils
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 19:31:22 +0000
committerTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 19:31:22 +0000
commit56401c061a91bd87e23ffc0cfeed00a5437297cb (patch)
tree3ad2814a246bfe90b41a0aaf9a370d3127ff4294 /Doc/distutils
parent26f1f730eefda52bc975d5091cddf2e160a5a1bd (diff)
downloadcpython-56401c061a91bd87e23ffc0cfeed00a5437297cb.tar.gz
Merged revisions 68933 via svnmerge from
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 ........
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/apiref.rst17
1 files changed, 0 insertions, 17 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index 612993414d..9b075483a0 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
======================================================