]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456) (GH...
authorAnthony Sottile <asottile@umich.edu>
Thu, 30 May 2019 04:05:33 +0000 (21:05 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 May 2019 04:05:33 +0000 (21:05 -0700)
commit3a98bbf7275903a0f84d1374abd0b7f3a85950a4
tree1d3d0630c31d17989ada28a325799840d3b0ca7f
parent4e1e887203ef069bf293ecabd945f7567d6a4879
[3.7] bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456) (GH-13662)

https://bugs.python.org/issue36983

Fixes issue 36983
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2019-05-20-20-41-30.bpo-36983.hz-fLr.rst [new file with mode: 0644]