commit | e78370050b4070cda3124f5fdcb0304dca10acd8 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Fri Dec 21 07:31:17 2007 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Fri Dec 21 07:31:17 2007 +0000 |
tree | 9ad5a6d23ca940e42ff7d9bca02a8281d1936f60 | |
parent | 8445104d7d8ed460061317cd39232e56f9217c29 [diff] |
Fix thoroughly misleading comment
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 @@ } } - /* 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"));