commit | 81528ba2e81c39f4d6bca5b785e818c7d08b8501 | [log] [tgz] |
---|---|---|
author | Ivan Levkivskyi <levkivskyi@gmail.com> | Mon Sep 16 23:04:06 2019 +0100 |
committer | GitHub <noreply@github.com> | Mon Sep 16 23:04:06 2019 +0100 |
tree | d1a2616f50fbdb5ac2da162f85f076734aabfb0a | |
parent | 724f1a57231f9287c37255adf0e4364d12cf693d [diff] |
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.