summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorDivij Rajkumar <drajkuma1@gmail.com>2019-09-12 10:13:51 (GMT)
committerIvan Levkivskyi <levkivskyi@gmail.com>2019-09-12 10:13:51 (GMT)
commit692a0dc91597b7fb350383b633dc4d044cbd360e (patch)
tree1efa3a3554b6c35e5c1d647776c08922a34fef92 /Misc/NEWS.d/next/Library
parentea683deccc505a78bbbb1eb8c6a88b0835ad5151 (diff)
downloadcpython-692a0dc91597b7fb350383b633dc4d044cbd360e.zip
cpython-692a0dc91597b7fb350383b633dc4d044cbd360e.tar.gz
cpython-692a0dc91597b7fb350383b633dc4d044cbd360e.tar.bz2
bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647)
Fixes https://bugs.python.org/issue38008
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2019-09-12-10-47-34.bpo-38008.sH74Iy.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-12-10-47-34.bpo-38008.sH74Iy.rst b/Misc/NEWS.d/next/Library/2019-09-12-10-47-34.bpo-38008.sH74Iy.rst
new file mode 100644
index 0000000..f696707
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-09-12-10-47-34.bpo-38008.sH74Iy.rst
@@ -0,0 +1,3 @@
+Fix parent class check in protocols to correctly identify the module that
+provides a builtin protocol, instead of assuming they all come from the
+:mod:`collections.abc` module