diff options
author | aetracht <allen@duolingo.com> | 2018-03-19 18:41:32 (GMT) |
---|---|---|
committer | Ivan Levkivskyi <levkivskyi@gmail.com> | 2018-03-19 18:41:32 (GMT) |
commit | 4573820d2a9156346392838d455e89f33067e9dd (patch) | |
tree | e9e57a8e4900b67a869d4b9c535256a71825c278 /Misc | |
parent | f199bc655eb50c28e94010714629b376bbbd077b (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-03-16-16-07-33.bpo-33061.TRTTek.rst | 1 |
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 |