]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix thoroughly misleading comment
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 21 Dec 2007 07:31:17 +0000 (07:31 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 21 Dec 2007 07:31:17 +0000 (07:31 +0000)
Python/sysmodule.c

index ea4d3cc80aa88dfa8e795ad9dc4372b982341706..d6befa41a25e5b4ffb84f092d3cd0549beddca5b 100644 (file)
@@ -1025,7 +1025,7 @@ _PySys_Init(void)
                }
        }
 
-        /* stdin/stdout/stderr are now set by site.py. */
+        /* stdin/stdout/stderr are now set by pythonrun.c */
 
        PyDict_SetItemString(sysdict, "__displayhook__",
                              PyDict_GetItemString(sysdict, "displayhook"));