From: Nick Coghlan Date: Fri, 21 Dec 2007 07:31:17 +0000 (+0000) Subject: Fix thoroughly misleading comment X-Git-Tag: v3.0a3~283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e78370050b4070cda3124f5fdcb0304dca10acd8;p=thirdparty%2FPython%2Fcpython.git Fix thoroughly misleading comment --- diff --git a/Python/sysmodule.c b/Python/sysmodule.c index ea4d3cc80aa8..d6befa41a25e 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -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"));