mirror of https://github.com/python/cpython.git
3165fe6a56
sys.stderr or sys.stdin, and to work with any object as long as it has a write() (respectively readline()) methods. Some functions that took a FILE* argument now take an object* argument. |
||
---|---|---|
.. | ||
bltinmodule.c | ||
ceval.c | ||
cgensupport.c | ||
compile.c | ||
errors.c | ||
fmod.c | ||
getcwd.c | ||
graminit.c | ||
import.c | ||
marshal.c | ||
modsupport.c | ||
pythonmain.c | ||
pythonrun.c | ||
strerror.c | ||
strtod.c | ||
structmember.c | ||
sysmodule.c | ||
thread.c | ||
traceback.c |