summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2017-02-01 10:55:58 -0800
committerGuido van Rossum <guido@python.org>2017-02-01 10:55:58 -0800
commit0e4701169a3e3a022f03997399d04d28ca90c620 (patch)
tree025f13fa455d8d9c01d4ea5615f920eeb2085966 /Misc
parenta5d98c131bd07ee7adca2e1efb6557bf3e064838 (diff)
downloadcpython-0e4701169a3e3a022f03997399d04d28ca90c620.tar.gz
Issue #29377: Add three new wrappers to types.py (Manuel Krebber).
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 2db0514884..21685d3a23 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -223,6 +223,10 @@ Extension Modules
Library
-------
+- Issue #29377: Add SlotWrapperType, MethodWrapperType, and
+ MethodDescriptorType built-in types to types module.
+ Original patch by Manuel Krebber.
+
- Issue #29218: Unused install_misc command is now removed. It has been
documented as unused since 2000. Patch by Eric N. Vander Weele.