diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-11-18 19:14:34 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-11-18 19:14:34 (GMT) |
commit | f34a0cdc6cbf6507508392e4588a9ca0ce8cb6b0 (patch) | |
tree | cfa9a741a50b0fdff952e849431d39043e80b5dd /Misc | |
parent | 2251a3d233f8c57072b5999b13d82ce06f7ecfe4 (diff) | |
download | cpython-f34a0cdc6cbf6507508392e4588a9ca0ce8cb6b0.zip cpython-f34a0cdc6cbf6507508392e4588a9ca0ce8cb6b0.tar.gz cpython-f34a0cdc6cbf6507508392e4588a9ca0ce8cb6b0.tar.bz2 |
Issue #10227: Add an allocation cache for a single slice object.
Patch by Stefan Behnel.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- Issue #10227: Add an allocation cache for a single slice object. Patch by + Stefan Behnel. + - Issue #13393: BufferedReader.read1() now asks the full requested size to the raw stream instead of limiting itself to the buffer size. |