summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-17 23:31:20 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-05-17 23:31:20 (GMT)
commit6116d4a1d1ecd6e9b94cfaa524b9b7cd5a6b5447 (patch)
tree02136ac637108376675c7d895c318c3b5a88ec77 /Misc
parent53b6a5f79c1cfbe5bd3f022fac4d13ac9cc18ad3 (diff)
downloadcpython-6116d4a1d1ecd6e9b94cfaa524b9b7cd5a6b5447.zip
cpython-6116d4a1d1ecd6e9b94cfaa524b9b7cd5a6b5447.tar.gz
cpython-6116d4a1d1ecd6e9b94cfaa524b9b7cd5a6b5447.tar.bz2
stop using the old brain-dead interface for providing attributes/methods
This closes #12099.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 23f77e5..2855964 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -382,6 +382,10 @@ Library
Extension Modules
-----------------
+- Stop using the old interface for providing methods and attributes in the _sre
+ module. Among other things, this gives these classes ``__class__``
+ attributes. (See #12099)
+
- Issue #10169: Fix argument parsing in socket.sendto() to avoid error masking.
- Issue #12051: Fix segfault in json.dumps() while encoding highly-nested