Find a file
Guido van Rossum a1ab7fae44 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.
1991-06-04 19:37:39 +00:00
Doc Minor improvements. Removed footnote about CWI pathnames. 1991-04-23 14:14:57 +00:00
Grammar Removed 'dir' statement. 1991-01-21 15:07:21 +00:00
Include Added declarations for dnewlongobject and dgetlongvalue. 1991-06-03 10:58:51 +00:00
Lib Initial revision 1991-05-14 12:25:35 +00:00
Mac/Lib Initial revision 1990-12-26 15:40:07 +00:00
Modules Removed utimes() compatibility hack. 1991-06-03 12:42:10 +00:00
Objects In support of popen(), file objects are now parametrized with a close 1991-06-04 19:37:39 +00:00
Parser Don't print the line number for syntax errors in string parsing. 1991-06-03 11:02:09 +00:00
Python Remove test for unimplemented sq_repeat method (see tupleobject comments) 1991-06-04 19:36:54 +00:00