summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3987402..0a66c78 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 2.6 beta 3?
Core and Builtins
-----------------
+- Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
+ by denying s# to parse objects that have a releasebuffer procedure,
+ and introducing s*.
+
- Issue #3537: Fix an assertion failure when an empty but presized dict
object was stored in the freelist.