This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients cjohns, ezio.melotti, georg.brandl, gward, vila
Date 2009-07-04.02:26:48
SpamBayes Score 0.00023525077
Marked as misclassified No
Message-id <1246674410.49.0.608292323042.issue1229646@psf.upfronthosting.co.za>
In-reply-to
Content
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)?
History
Date User Action Args
2009-07-04 02:26:50ezio.melottisetrecipients: + ezio.melotti, gward, georg.brandl, cjohns, vila
2009-07-04 02:26:50ezio.melottisetmessageid: <1246674410.49.0.608292323042.issue1229646@psf.upfronthosting.co.za>
2009-07-04 02:26:48ezio.melottilinkissue1229646 messages
2009-07-04 02:26:48ezio.melotticreate