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 ssbarnea
Recipients ssbarnea
Date 2011-06-24.15:39:52
SpamBayes Score 0.00041587462
Marked as misclassified No
Message-id <1308929993.57.0.810230060664.issue12398@psf.upfronthosting.co.za>
In-reply-to
Content
It looks that Python 2.7 changes did induce some important bugs into httplib due to to implicit str-unicode encoding/decoding.

One clear example is that PyAMF library doesn't work with Python 2.7 because it is not able to generate binary data POST responses.

Please check http://dev.pyamf.org/ticket/823

(partial trackback, full in above bug)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 937, in endheaders
    self._send_output(message_body)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 795, in _send_output
    msg += message_body
History
Date User Action Args
2011-06-24 15:39:53ssbarneasetrecipients: + ssbarnea
2011-06-24 15:39:53ssbarneasetmessageid: <1308929993.57.0.810230060664.issue12398@psf.upfronthosting.co.za>
2011-06-24 15:39:53ssbarnealinkissue12398 messages
2011-06-24 15:39:52ssbarneacreate