os.fdopen() issue in Python 3.1?

Albert Hopkins marduk at python.net
Tue Mar 2 18:45:49 EST 2010


On Tue, 2010-03-02 at 17:32 +0000, MRAB wrote:
> The documentation also mentions the 'pty' module. Have you tried that
> instead? 

I tried to use pty.fork() but it also produces the same error.

I also tried passing 'r', and 'rb' to fdopen() but it didn't make any
difference.

-a





More information about the Python-list mailing list