mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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.