summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJim Fasarakis-Hilliard <d.f.hilliard@gmail.com>2017-04-25 18:26:36 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2017-04-25 18:26:36 (GMT)
commit08c16016e2a2d1368d001ddebfe9ca92465773c4 (patch)
tree587af7612410fa638a420e845e16be2521a9552f /Misc/NEWS
parent97bf722fcd1de1236824377e052369dc7686b644 (diff)
downloadcpython-08c16016e2a2d1368d001ddebfe9ca92465773c4.zip
cpython-08c16016e2a2d1368d001ddebfe9ca92465773c4.tar.gz
cpython-08c16016e2a2d1368d001ddebfe9ca92465773c4.tar.bz2
bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bf0c015..d9b13c7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -512,7 +512,7 @@ Library
- Issue #29444: Fixed out-of-bounds buffer access in the group() method of
the match object. Based on patch by WGH.
-- Issue #29377: Add SlotWrapperType, MethodWrapperType, and
+- Issue #29377: Add WrapperDescriptorType, MethodWrapperType, and
MethodDescriptorType built-in types to types module.
Original patch by Manuel Krebber.