commit | 3165fe6a56c07f4f85f4ea54b69f5b1f243e2463 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Sep 25 21:59:05 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Sep 25 21:59:05 1992 +0000 |
tree | e4721159db6fc00c4267e03c035b58b73c854fd5 | |
parent | 3a40ae4ef3b3dd7f2967a63acceabb0d0ae251d7 [diff] |
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.