diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-03 09:30:10 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-03 09:30:10 (GMT) |
commit | 87d0b45485e1042b0eae8aedf98fa3ebb29846b8 (patch) | |
tree | ed9f1f1a2c2b41ffc2da17d9f42459222e335420 /Misc | |
parent | 83e802796c80f46be616b48020356f7f51be533d (diff) | |
download | cpython-87d0b45485e1042b0eae8aedf98fa3ebb29846b8.zip cpython-87d0b45485e1042b0eae8aedf98fa3ebb29846b8.tar.gz cpython-87d0b45485e1042b0eae8aedf98fa3ebb29846b8.tar.bz2 |
Issue #15381: Optimized io.BytesIO to make less allocations and copyings.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -232,6 +232,8 @@ Core and Builtins Library ------- +- Issue #15381: Optimized io.BytesIO to make less allocations and copyings. + - Issue #22818: Splitting on a pattern that could match an empty string now raises a warning. Patterns that can only match empty strings are now rejected. |