[issue8264] [doc] hasattr doesn't show private (double underscore) attributes exist

2021-05-22 Thread Ken Jin
Ken Jin added the comment: All the PRs have landed in bugfix branches so I'm closing this issue. Thanks Irit and Ethan! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue8264] [doc] hasattr doesn't show private (double underscore) attributes exist

2021-05-22 Thread Irit Katriel
Irit Katriel added the comment: New changeset 11b5045b0ce18fee8cc1023cc516aeb14ebf7bda by Miss Islington (bot) in branch '3.9': bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23513) (GH-26238) https://github.com/python/cpython/commit/11b5045b0ce18fee8cc1023cc516ae

[issue8264] [doc] hasattr doesn't show private (double underscore) attributes exist

2021-05-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +24855 pull_request: https://github.com/python/cpython/pull/26238 ___ Python tracker __

[issue8264] [doc] hasattr doesn't show private (double underscore) attributes exist

2021-02-12 Thread Ken Jin
Ken Jin added the comment: Thanks for merging this Ethan! I think we can close this now (unless you want me to backport this to 3.9 and 3.8 as well). -- ___ Python tracker ___

[issue8264] [doc] hasattr doesn't show private (double underscore) attributes exist

2021-02-02 Thread Ethan Furman
Ethan Furman added the comment: New changeset 2edaf6a4fb7e20324dde1423232f07211347f092 by Ken Jin in branch 'master': bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23513) https://github.com/python/cpython/commit/2edaf6a4fb7e20324dde1423232f07211347f092

[issue8264] [doc] hasattr doesn't show private (double underscore) attributes exist

2020-11-25 Thread Ken Jin
Change by Ken Jin : -- nosy: +kj nosy_count: 4.0 -> 5.0 pull_requests: +22400 pull_request: https://github.com/python/cpython/pull/23513 ___ Python tracker ___ _

[issue8264] [doc] hasattr doesn't show private (double underscore) attributes exist

2020-11-25 Thread Irit Katriel
Change by Irit Katriel : -- title: hasattr doesn't show private (double underscore) attributes exist -> [doc] hasattr doesn't show private (double underscore) attributes exist versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.3, Python 3.4 _