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

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


http://hg.python.org/cpython/rev/5b7e765ce049
changeset:   71741:5b7e765ce049
branch:      2.7
parent:      71737:5a0726fcb18a
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