diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-05-17 23:31:20 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-05-17 23:31:20 (GMT) |
commit | 6116d4a1d1ecd6e9b94cfaa524b9b7cd5a6b5447 (patch) | |
tree | 02136ac637108376675c7d895c318c3b5a88ec77 /Misc | |
parent | 53b6a5f79c1cfbe5bd3f022fac4d13ac9cc18ad3 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |