[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread miss-islington
miss-islington added the comment: New changeset 8711b3d0ac89599fcd16edcb107169bb19a00737 by Miss Islington (bot) in branch '3.10': bpo-44135: [docs] Fix inline markup (GH-28095) https://github.com/python/cpython/commit/8711b3d0ac89599fcd16edcb107169bb19a00737 --

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9a7ec2fcdee2da9e080ca459d4c240776df72567 by Ken Jin in branch 'main': bpo-44135: [docs] Fix inline markup (GH-28095) https://github.com/python/cpython/commit/9a7ec2fcdee2da9e080ca459d4c240776df72567 --

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread miss-islington
Change by miss-islington : -- pull_requests: +26540 pull_request: https://github.com/python/cpython/pull/28097 ___ Python tracker ___

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5f66ad09ff2c51521e1512888cac84e0cc0907d4 by Łukasz Langa in branch '3.9': bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193) (GH-28094)

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread Ken Jin
Change by Ken Jin : -- pull_requests: +26538 pull_request: https://github.com/python/cpython/pull/28095 ___ Python tracker ___ ___

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26537 pull_request: https://github.com/python/cpython/pull/28094 ___ Python tracker ___

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread miss-islington
miss-islington added the comment: New changeset ab8fed88fc602282167f6459b43f2cf0c771f60a by Miss Islington (bot) in branch '3.10': bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193)

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 08767c73b5bf1f28792d5fef7f41d52822a4989f by Zack Kneupper in branch 'main': bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193) https://github.com/python/cpython/commit/08767c73b5bf1f28792d5fef7f41d52822a4989f

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +26534 pull_request: https://github.com/python/cpython/pull/28091 ___ Python tracker

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-05-17 Thread Zachary Kneupper
Change by Zachary Kneupper : -- keywords: +patch nosy: +zkneupper nosy_count: 3.0 -> 4.0 pull_requests: +24810 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26193 ___ Python tracker

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-05-15 Thread Ken Jin
Ken Jin added the comment: I agree that this subtlety could be expressed better. Thanks for the catch! Would you like to work on this? BTW, only Python 3.9 and higher are still receiving bugfixes (including doc fixes). The older versions are either security fixes only or end of life :).

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-05-14 Thread João Henrique Pimentel
New submission from João Henrique Pimentel : The second parameter (classinfo) of the issubclass built-in function can be a Tuple and, starting from 3.10, it can be a Union Type as well. The documentation states that in these cases "every entry in classinfo will be checked", but it doesn't