]> granicus.if.org Git - python/commit
bpo-28556: Update the opening note in typing docs (GH-16204)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Sep 2019 22:11:10 +0000 (15:11 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2019 22:11:10 +0000 (15:11 -0700)
commit7076764992cd29e0e1f8b0ac2b92403e1a698aa6
tree05061b34bfc8f77c005ff4e74d1dc64d849ca19b
parent1ecc75ad1cdf458c2aa7192844e83c4665a5f9b5
bpo-28556: Update the opening note in typing docs (GH-16204)

This PR replaces the old note mentioning that `typing` is a provisional module with a new one mentioning types are not enforced at runtime. I am not sure if there was any official announcement about making `typing` non-provisional, but _de-facto_ no new features were added during Python 3.7, and no backwards incompatible changes were made except for few small things that were considered bugs.
(cherry picked from commit 81528ba2e81c39f4d6bca5b785e818c7d08b8501)

Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>
Doc/library/typing.rst