]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add comments to `{typing,_collections_abc}._type_repr` about each other (#102752)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 16 Mar 2023 13:05:38 +0000 (16:05 +0300)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 13:05:38 +0000 (13:05 +0000)
commita297d59609038ccfc3bdf6f350e8401f07b0a931
treed5db42d8f702806d7e34981195d0613f68471923
parent51d693c58454a2c525094a7c74ebac86859353fd
Add comments to `{typing,_collections_abc}._type_repr` about each other (#102752)

Remove `if` condition in `_collections_abc._type_repr` that's no longer needed, bringing it in sync with `typing._type_repr`.
Lib/_collections_abc.py
Lib/typing.py