mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -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.