In support of popen(), file objects are now parametrized with a close
function on creation.  (There's a funny thing about the return
value of the close function that should be resolved.)
Also added 'isatty' method.
1 file changed
tree: ec5ed9d6edd432c12c8c47fd80d1fe81879a9e04
  1. Doc/
  2. Grammar/
  3. Include/
  4. Lib/
  5. Mac/
  6. Modules/
  7. Objects/
  8. Parser/
  9. Python/