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 martin.panter
Recipients Julian, docs@python, martin.panter, python-dev, r.david.murray, terry.reedy
Date 2016-01-07.11:01:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452164477.24.0.659258438229.issue22088@psf.upfronthosting.co.za>
In-reply-to
Content
This new patch applies to Python 3. As well as the above changes, I updated the doc strings based on the changes in 92760d2edc9e (Issue 1753718, Issue 20782), mainly clarifying the data types functions accept and return. Further fixes:

* In Python 3, b16decode() raises binascii.Error, not TypeError
* The base-85 functions’ data parameter is called “b”, not “s”
History
Date User Action Args
2016-01-07 11:01:17martin.pantersetrecipients: + martin.panter, terry.reedy, r.david.murray, docs@python, Julian, python-dev
2016-01-07 11:01:17martin.pantersetmessageid: <1452164477.24.0.659258438229.issue22088@psf.upfronthosting.co.za>
2016-01-07 11:01:17martin.panterlinkissue22088 messages
2016-01-07 11:01:17martin.pantercreate