summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/apiref.rst
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 19:29:10 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 19:29:10 (GMT)
commit1af3b5a9a42217959868d9510d80c5a805af5fca (patch)
tree33b8c2bee86d9358a40eb23cb94c89ddc55b08a7 /Doc/distutils/apiref.rst
parentef249b13eb7d0c5297d8acd55e18b95009ca12b2 (diff)
downloadcpython-1af3b5a9a42217959868d9510d80c5a805af5fca.zip
cpython-1af3b5a9a42217959868d9510d80c5a805af5fca.tar.gz
cpython-1af3b5a9a42217959868d9510d80c5a805af5fca.tar.bz2
Issue #4863, removing remaining bits
Diffstat (limited to 'Doc/distutils/apiref.rst')
-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 4d65de0..b53c94a 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
======================================================