[Python-checkins] cpython (3.2): dosmodule is, thankfully, no more

benjamin.peterson python-checkins at python.org
Thu Aug 4 18:10:10 CEST 2011


http://hg.python.org/cpython/rev/8a0f2887c6b7
changeset:   71740:8a0f2887c6b7
branch:      3.2
parent:      71738:4957131ad9dd
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Aug 04 11:07:42 2011 -0500
summary:
  dosmodule is, thankfully, no more

files:
  Modules/posixmodule.c |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -11,8 +11,6 @@
    compiler is assumed to be IBM's VisualAge C++ (VACPP).  PYCC_GCC is used
    as the compiler specific macro for the EMX port of gcc to OS/2. */
 
-/* See also ../Dos/dosmodule.c */
-
 #ifdef __APPLE__
    /*
     * Step 1 of support for weak-linking a number of symbols existing on

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list