diff options
author | Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com> | 2017-04-25 18:26:36 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2017-04-25 18:26:36 (GMT) |
commit | 08c16016e2a2d1368d001ddebfe9ca92465773c4 (patch) | |
tree | 587af7612410fa638a420e845e16be2521a9552f /Misc/NEWS | |
parent | 97bf722fcd1de1236824377e052369dc7686b644 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |