commit | f34a0cdc6cbf6507508392e4588a9ca0ce8cb6b0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 18 20:14:34 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 18 20:14:34 2011 +0100 |
tree | cfa9a741a50b0fdff952e849431d39043e80b5dd | |
parent | 2251a3d233f8c57072b5999b13d82ce06f7ecfe4 [diff] [blame] |
Issue #10227: Add an allocation cache for a single slice object. Patch by Stefan Behnel.
diff --git a/Misc/NEWS b/Misc/NEWS index 0a1c67b..183e4ed 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ 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.