[issue1229646] httplib error checking.

Ezio Melotti report at bugs.python.org
Sat Jul 4 04:26:50 CEST 2009


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

In Python3 the code for httplib changed:
Py3:
http://svn.python.org/view/python/branches/py3k/Lib/http/client.py?view=markup#send
Py2: http://svn.python.org/view/python/trunk/Lib/httplib.py?view=markup#send

Does this still need to be fixed on Py2.7 (and maybe on Py3 too)?

----------
nosy: +ezio.melotti
type:  -> behavior
versions: +Python 2.7 -Python 2.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1229646>
_______________________________________


More information about the Python-bugs-list mailing list