]> granicus.if.org Git - python/commit
bpo-32226: PEP 560: improve typing module (#4906)
authorIvan Levkivskyi <levkivskyi@gmail.com>
Sat, 20 Jan 2018 11:23:59 +0000 (11:23 +0000)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2018 11:23:59 +0000 (11:23 +0000)
commitd911e40e788fb679723d78b6ea11cabf46caed5a
treef9743a329c64febe70f7be0b5d610c2a8ea4412d
parentd57f26c753dce61f72b52b96db3a3253d9f2fc3e
bpo-32226: PEP 560: improve typing module (#4906)

This PR re-designs the internal typing API using the new PEP 560 features.
However, there are only few minor changes in the public API.
Lib/dataclasses.py
Lib/test/libregrtest/refleak.py
Lib/test/test_pydoc.py
Lib/test/test_typing.py
Lib/typing.py