Message257682
| 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" |
|