2007/10/30, Bill Janssen <[EMAIL PROTECTED]>:
> Indeed.  The httplib code is relying on the fact that close(), under
> certain circumstances, has no effect.  It's just that the
> circumstances have changed, in Python 3K.  I think that the close() in
> HTTPConnection should be removed.

I'd like to have an opinion, but this is not my code and there don't
seem to be enough unittests to make sure that removing that close()
doesn't break anything.

I'd love to work on this more in-depth but it'll have to wait until
after PEP 3137 is finished.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to