chiark / gitweb /
documentation/python: implicit TypeVar for typing.List was only in 3.7/8.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 2 Jan 2022 20:53:34 +0000 (21:53 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 3 Jan 2022 01:36:44 +0000 (02:36 +0100)
commit2888f193418379491d8b3433477f085098790a34
tree104d5b3055beed42348c707dcdfa011cb80deba1
parent3ce9243a40f5dd7747e6862440b80957891a9779
documentation/python: implicit TypeVar for typing.List was only in 3.7/8.

If I say typing.List, only Python 3.7 and 3.8 converted that to
typing.List[T], 3.6, 3.9 and 3.10 keep typing.List.
documentation/test_python/inspect_annotations/inspect_annotations-py37+38.html [new file with mode: 0644]
documentation/test_python/inspect_annotations/inspect_annotations.html
documentation/test_python/inspect_annotations/inspect_annotations.py
documentation/test_python/test_inspect.py