[Python-checkins] cpython (merge 3.2 -> default): merge 3.2

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


http://hg.python.org/cpython/rev/ee0d1c6c2470
changeset:   71742:ee0d1c6c2470
parent:      71739:65c412586901
parent:      71740:8a0f2887c6b7
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Aug 04 11:09:57 2011 -0500
summary:
  merge 3.2

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