[issue41781] Typos in typing.py

2020-12-29 Thread hai shi
hai shi added the comment: Thanks Patrick for your PR. Thanks Serhiy for your merge. -- nosy: +shihai1991 resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue41781] Typos in typing.py

2020-12-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset c1af128f5a5893839536453dcc8b2ed7b95b3c3a by Ross in branch 'master': bpo-41781: Fix typo in internal function name in typing (GH-23957) https://github.com/python/cpython/commit/c1af128f5a5893839536453dcc8b2ed7b95b3c3a -- nosy: +serhi

[issue41781] Typos in typing.py

2020-12-26 Thread Patrick Reader
Patrick Reader added the comment: Maybe I added myself by accident while reading the code. Anyway, thanks and you're welcome -- ___ Python tracker ___ ___

[issue41781] Typos in typing.py

2020-12-26 Thread Ross Rhodes
Ross Rhodes added the comment: Hello Patrick, Thanks for opening this issue. I'm creating a PR to resolve the typo in "_allow_reckless_class_cheks", but I'm unable to find "instnance". Presumably the latter was resolved in an earlier PR. -- ___ P

[issue41781] Typos in typing.py

2020-12-26 Thread Ross Rhodes
Change by Ross Rhodes : -- keywords: +patch nosy: +trrhodes nosy_count: 1.0 -> 2.0 pull_requests: +22804 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23957 ___ Python tracker _

[issue41781] Typos in typing.py

2020-09-14 Thread Patrick Reader
New submission from Patrick Reader : In typing.py, the `_allow_reckless_class_cheks` function is spelt wrong, and there is also a typo `instnance` in its docstring. I can do a PR but I thought I'd open an issue since it might be considered a breaking change (although it is `_private` so maybe