Staging
v0.5.1
https://github.com/python/cpython
Revision 3165fe6a56c07f4f85f4ea54b69f5b1f243e2463 authored by Guido van Rossum on 25 September 1992, 21:59:05 UTC, committed by Guido van Rossum on 25 September 1992, 21:59:05 UTC
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.
1 parent 3a40ae4
History
Tip revision: 3165fe6a56c07f4f85f4ea54b69f5b1f243e2463 authored by Guido van Rossum on 25 September 1992, 21:59:05 UTC
Modified most (but not yet all) I/O to always go through sys.stdout or
Tip revision: 3165fe6

back to top