commit | 740025478dcd0e9e4028507f32375c85f849fb07 | [log] [tgz] |
---|---|---|
author | orenmn <orenmn@gmail.com> | Sat Mar 11 00:52:01 2017 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Mar 11 00:52:01 2017 +0200 |
tree | 7f685b6cb75566a8036cce53354de235b1e8503b | |
parent | 7e52c3e7aefb4cdaa0662fc01ff68a5e976b77ca [diff] |
bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606) Some BytesIO methods now accept not just int subclasses but other int-like types.