diff options
author | Guido van Rossum <guido@python.org> | 2017-02-01 18:55:58 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2017-02-01 18:55:58 (GMT) |
commit | 934aba66ef09e94422bcac86dd221011242e141d (patch) | |
tree | 1532b2bb1743c8677025df35f328322abe23d456 /Misc | |
parent | 72268ae1c0f4bf4071c6e70bb6a332848a132d5d (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |