From e78370050b4070cda3124f5fdcb0304dca10acd8 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 21 Dec 2007 07:31:17 +0000 Subject: Fix thoroughly misleading comment --- Python/sysmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/sysmodule.c b/Python/sysmodule.c index ea4d3cc..d6befa4 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")); -- cgit v0.12