diff options
author | Sebastian Rittau <srittau@rittau.biz> | 2019-04-12 22:33:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2019-04-12 22:33:40 (GMT) |
commit | 1e8295402bf5e81d327ed2b5eb88a6b6de449d63 (patch) | |
tree | 18aea74422bc75ab5861f7bbe7cd7fbce6bf7ccb /Misc | |
parent | 1e2ad6c275d2b09e76b7cbba7281d5a125a593c1 (diff) | |
download | cpython-1e8295402bf5e81d327ed2b5eb88a6b6de449d63.zip cpython-1e8295402bf5e81d327ed2b5eb88a6b6de449d63.tar.gz cpython-1e8295402bf5e81d327ed2b5eb88a6b6de449d63.tar.bz2 |
bpo-35581: Document @typing.type_check_only (GH-11312)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-12-25-12-56-57.bpo-35581.aA7r6T.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-12-25-12-56-57.bpo-35581.aA7r6T.rst b/Misc/NEWS.d/next/Documentation/2018-12-25-12-56-57.bpo-35581.aA7r6T.rst new file mode 100644 index 0000000..2fad300 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-12-25-12-56-57.bpo-35581.aA7r6T.rst @@ -0,0 +1 @@ +@typing.type_check_only now allows type stubs to mark functions and classes not available during runtime.
\ No newline at end of file |