Re: [Python-3000] close() on open(fd, closefd=False)

2008-11-04 Thread Bill Janssen
You are, of course, correct. Bill Guido van Rossum <[EMAIL PROTECTED]> wrote: > Are you sure? I thought that was different -- httplib depends on the > reference count semantics of socket objects. The closefd behavior that > Christian is describing here is part of the (new in 2.6 and 3.0) io.py >

Re: [Python-3000] close() on open(fd, closefd=False)

2008-11-04 Thread Christian Heimes
Bill Janssen wrote: Note that the whole httplib uses this behavior -- issue 1348. Are you sure? httplib would raise lots of warnings saying something about an unclosable fd. Christian ___ Python-3000 mailing list Python-3000@python.org http://mail