Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fe61d5

Browse files
author
Tarek Ziadé
committed
Merged revisions 68933 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r68933 | tarek.ziade | 2009-01-25 20:29:10 +0100 (Sun, 25 Jan 2009) | 1 line Issue #4863, removing remaining bits ........
1 parent 4d4456f commit 3fe61d5

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

Doc/distutils/apiref.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -847,23 +847,6 @@ This module provides the EMXCCompiler class, a subclass of
847847
:class:`UnixCCompiler` that handles the EMX port of the GNU C compiler to OS/2.
848848

849849

850-
:mod:`distutils.mwerkscompiler` --- Metrowerks CodeWarrior support
851-
==================================================================
852-
853-
.. module:: distutils.mwerkscompiler
854-
:synopsis: Metrowerks CodeWarrior support
855-
856-
857-
Contains :class:`MWerksCompiler`, an implementation of the abstract
858-
:class:`CCompiler` class for MetroWerks CodeWarrior on the pre-Mac OS X
859-
Macintosh. Needs work to support CW on Windows or Mac OS X.
860-
861-
.. % \subsection{Utility modules}
862-
.. %
863-
.. % The following modules all provide general utility functions. They haven't
864-
.. % all been documented yet.
865-
866-
867850
:mod:`distutils.archive_util` --- Archiving utilities
868851
======================================================
869852

Lib/test/test_sundry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def test_at_least_import_untested_modules(self):
2121
import distutils.filelist
2222
if sys.platform.startswith('win'):
2323
import distutils.msvccompiler
24-
import distutils.mwerkscompiler
2524
import distutils.text_file
2625
import distutils.unixccompiler
2726

0 commit comments

Comments
 (0)