mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Fix thoroughly misleading comment
This commit is contained in:
parent
8445104d7d
commit
e78370050b
1 changed files with 1 additions and 1 deletions
|
|
@ -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_SetItemString(sysdict, "__displayhook__",
|
||||||
PyDict_GetItemString(sysdict, "displayhook"));
|
PyDict_GetItemString(sysdict, "displayhook"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue