summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2022-03-04 11:31:29 (GMT)
committerGitHub <noreply@github.com>2022-03-04 11:31:29 (GMT)
commit03c2a36b2bd2d4469160d1607619ee144175d753 (patch)
tree828a98bada6b84ea722ac104da3b7e891f44d4cd /Misc
parent8f31bf46980956c735dd18f9914f3e7144e87c77 (diff)
downloadcpython-03c2a36b2bd2d4469160d1607619ee144175d753.zip
cpython-03c2a36b2bd2d4469160d1607619ee144175d753.tar.gz
cpython-03c2a36b2bd2d4469160d1607619ee144175d753.tar.bz2
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-03-03-12-02-41.bpo-46903.OzgaFZ.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-03-03-12-02-41.bpo-46903.OzgaFZ.rst b/Misc/NEWS.d/next/Core and Builtins/2022-03-03-12-02-41.bpo-46903.OzgaFZ.rst
new file mode 100644
index 0000000..f6120ef
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-03-03-12-02-41.bpo-46903.OzgaFZ.rst
@@ -0,0 +1,2 @@
+Make sure that str subclasses can be used as attribute names for instances
+with virtual dictionaries. Fixes regression in 3.11alpha