summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-10-05 19:12:18 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-10-05 19:12:18 (GMT)
commit5df8a8a1fd6cc6f4469dc7d3994d06e2aea24c52 (patch)
tree3e56cec37fe9182adb7ae56eacdc68149dfb1981 /Misc/NEWS
parentdcd01b49329d5596c3ad3254ae9eeabd15f100d2 (diff)
downloadcpython-5df8a8a1fd6cc6f4469dc7d3994d06e2aea24c52.zip
cpython-5df8a8a1fd6cc6f4469dc7d3994d06e2aea24c52.tar.gz
cpython-5df8a8a1fd6cc6f4469dc7d3994d06e2aea24c52.tar.bz2
Issue #19087: Improve bytearray allocation in order to allow cheap popping of data at the front (slice deletion).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07000dd..60f416a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Projected release date: 2013-10-20
Core and Builtins
-----------------
+- Issue #19087: Improve bytearray allocation in order to allow cheap popping
+ of data at the front (slice deletion).
+
- Issue #19014: memoryview.cast() is now allowed on zero-length views.
- Issue #18690: memoryview is now automatically registered with