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.
8 files changed
tree: e4721159db6fc00c4267e03c035b58b73c854fd5
  1. Demo/
  2. Doc/
  3. Grammar/
  4. Include/
  5. Lib/
  6. Mac/
  7. Modules/
  8. Objects/
  9. Parser/
  10. Python/
  11. Tools/