]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Modified most (but not yet all) I/O to always go through sys.stdout or
authorGuido van Rossum <guido@python.org>
Fri, 25 Sep 1992 21:59:05 +0000 (21:59 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 25 Sep 1992 21:59:05 +0000 (21:59 +0000)
commit3165fe6a56c07f4f85f4ea54b69f5b1f243e2463
treee4721159db6fc00c4267e03c035b58b73c854fd5
parent3a40ae4ef3b3dd7f2967a63acceabb0d0ae251d7
Modified most (but not yet all) I/O to always go through sys.stdout or
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.
Include/ceval.h
Include/traceback.h
Objects/fileobject.c
Python/bltinmodule.c
Python/ceval.c
Python/pythonrun.c
Python/sysmodule.c
Python/traceback.c