summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authoraetracht <allen@duolingo.com>2018-03-19 18:41:32 (GMT)
committerIvan Levkivskyi <levkivskyi@gmail.com>2018-03-19 18:41:32 (GMT)
commit4573820d2a9156346392838d455e89f33067e9dd (patch)
treee9e57a8e4900b67a869d4b9c535256a71825c278 /Misc/NEWS.d/next
parentf199bc655eb50c28e94010714629b376bbbd077b (diff)
downloadcpython-4573820d2a9156346392838d455e89f33067e9dd.zip
cpython-4573820d2a9156346392838d455e89f33067e9dd.tar.gz
cpython-4573820d2a9156346392838d455e89f33067e9dd.tar.bz2
bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2018-03-16-16-07-33.bpo-33061.TRTTek.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-03-16-16-07-33.bpo-33061.TRTTek.rst b/Misc/NEWS.d/next/Library/2018-03-16-16-07-33.bpo-33061.TRTTek.rst
new file mode 100644
index 0000000..b82ffb7
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-03-16-16-07-33.bpo-33061.TRTTek.rst
@@ -0,0 +1 @@
+Add missing ``NoReturn`` to ``__all__`` in typing.py