SIGN IN SIGN UP

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.
G
Guido van Rossum committed
3165fe6a56c07f4f85f4ea54b69f5b1f243e2463
Parent: 3a40ae4