Fix thoroughly misleading comment

This commit is contained in:
Nick Coghlan 2007-12-21 07:31:17 +00:00
parent 8445104d7d
commit e78370050b
1 changed files with 1 additions and 1 deletions

View 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"));