mirror of
https://github.com/python/cpython.git
synced 2026-06-22 19:12:50 -04:00
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.