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 jmbc
Recipients jmbc
Date 2017-11-25.11:48:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511610502.45.0.213398074469.issue32131@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the patch, working for me in Python 3.4.2
610,611c703
<             #~ value = _coerce_result(value)
<             value = _coerce_result(value,encoding=encoding)
---
>             value = _coerce_result(value)
History
Date User Action Args
2017-11-25 11:48:22jmbcsetrecipients: + jmbc
2017-11-25 11:48:22jmbcsetmessageid: <1511610502.45.0.213398074469.issue32131@psf.upfronthosting.co.za>
2017-11-25 11:48:22jmbclinkissue32131 messages
2017-11-25 11:48:22jmbccreate