Skip to content

Commit

Permalink
Mark TypedDict as not experimental (#6994)
Browse files Browse the repository at this point in the history
It's no longer experimental since PEP 589 was accepted:
https://www.python.org/dev/peps/pep-0589/
  • Loading branch information
JukkaL committed Jun 14, 2019
1 parent 6df281e commit 44172ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/source/more_types.rst
Expand Up @@ -740,11 +740,6 @@ and one
TypedDict
*********

.. note::

TypedDict is an officially supported feature, but it is still experimental.


Python programs often use dictionaries with string keys to represent objects.
Here is a typical example:

Expand Down

0 comments on commit 44172ca

Please sign in to comment.