Message210197
v3:
- prefix for internal helper APIs is now _PyCodecInfo_ to better distinguish them from the ones that take an encoding name
- error check is now just for "is not a text encoding"
- tweaked the name and comment in the error test to be clear that it is codecs that are not marked as text encodings that are rejected, not just binary transforms
- fixed indentation of multi-line expression in _pyio.py |
|
| Date |
User |
Action |
Args |
| 2014-02-04 10:53:39 | ncoghlan | set | recipients:
+ ncoghlan, pitrou, vstinner, larry, serhiy.storchaka |
| 2014-02-04 10:53:39 | ncoghlan | set | messageid: <[email protected]> |
| 2014-02-04 10:53:39 | ncoghlan | link | issue20404 messages |
| 2014-02-04 10:53:39 | ncoghlan | create | |
|