8000 bpo-28556: Update the opening note in typing docs by ilevkivskyi · Pull Request #16204 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-28556: Update the opening note in typing docs #16204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@

.. note::

The typing module has been included in the standard library on a
:term:`provisional basis <provisional api>`. New features might
be added and API may change even between minor releases if deemed
necessary by the core developers.
Python runtime does not enforce the function and variable type annotations.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Python runtime does not enforce the function and ...

They can be used by third party tools such as type checkers, IDEs, linters,
etc.

--------------

Expand Down
0