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 eric.araujo
Recipients eric.araujo
Date 2014-03-12.20:59:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394657963.26.0.506041572829.issue20900@psf.upfronthosting.co.za>
In-reply-to
Content
“python3 setup.py register --show-response“ will display something like "----------b'xxx'----------".  The HTTP response body should be decoded to text for display, instead of the repr of a bytes object.

Setting the “easy” keyword: thanks to unittest.mock, writing a test for this should not be hard, and with a test we can have the confidence to change the code.
History
Date User Action Args
2014-03-12 20:59:23eric.araujosetrecipients: + eric.araujo
2014-03-12 20:59:23eric.araujosetmessageid: <1394657963.26.0.506041572829.issue20900@psf.upfronthosting.co.za>
2014-03-12 20:59:23eric.araujolinkissue20900 messages
2014-03-12 20:59:23eric.araujocreate