summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/typing.py1
-rw-r--r--Misc/NEWS.d/next/Library/2018-03-16-16-07-33.bpo-33061.TRTTek.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/Lib/typing.py b/Lib/typing.py
index 7ca0804..56126cf 100644
--- a/Lib/typing.py
+++ b/Lib/typing.py
@@ -95,6 +95,7 @@ __all__ = [
'NewType',
'no_type_check',
'no_type_check_decorator',
+ 'NoReturn',
'overload',
'Text',
'TYPE_CHECKING',
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