summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2017-02-01 18:55:58 (GMT)
committerGuido van Rossum <guido@python.org>2017-02-01 18:55:58 (GMT)
commit934aba66ef09e94422bcac86dd221011242e141d (patch)
tree1532b2bb1743c8677025df35f328322abe23d456 /Misc
parent72268ae1c0f4bf4071c6e70bb6a332848a132d5d (diff)
downloadcpython-934aba66ef09e94422bcac86dd221011242e141d.zip
cpython-934aba66ef09e94422bcac86dd221011242e141d.tar.gz
cpython-934aba66ef09e94422bcac86dd221011242e141d.tar.bz2
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 2db0514..21685d3 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.