[Python-Dev] Re: _PyTuple_Resize() in 2.2

Guido van Rossum guido@python.org
Thu, 29 Nov 2001 16:48:13 -0500


> One more: readline() method (and probably others) now raise an
> exception if called for a directory. It used to return an empty
> string. I haven't found this in Python's sourceforge changelog either.

Can you add this to the SF bug manager with a piece of sample code
that shows what you did, what you expected, and what happened instead?
 I can't parse "call readline() for a directory."

--Guido van Rossum (home page: http://www.python.org/~guido/)