[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: New changeset 504973a13336d8a4d20459f68de9647a1fb25966 by Miss Islington (bot) in branch '3.9': bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32006) https://github.com/python/cpython/commit/504973a13336d8a4d20459f68de9647a1fb25966

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: New changeset 87b3e202d46cdeb0a6b1ef041579a5ebc7c826a9 by Miss Islington (bot) in branch '3.10': bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32005) https://github.com/python/cpython/commit/87b3e202d46cdeb0a6b1ef041579a5ebc7c826a9 ---

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +30093 pull_request: https://github.com/python/cpython/pull/32005 ___ Python tracker _

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +30094 pull_request: https://github.com/python/cpython/pull/32006 ___ Python tracker ___ __

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: New changeset 3af68fc77c528d4e7749046cf6e41fd79902e6e6 by jmcb in branch 'main': bpo-46013: Fix confusing kerning on period in docs (GH-29989) https://github.com/python/cpython/commit/3af68fc77c528d4e7749046cf6e41fd79902e6e6 -- nosy: +iritkatriel

[issue46013] Confusing period in object.__hash__ doc

2021-12-10 Thread Alex Waygood
Change by Alex Waygood : -- nosy: +AlexWaygood ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue46013] Confusing period in object.__hash__ doc

2021-12-08 Thread Raymond Hettinger
Raymond Hettinger added the comment: A line break would look weird. Let's add plain English instead. - including set, frozenset, and dict. __hash__() should return an integer. + including set, frozenset, and dict. The __hash__() method should return an integer. -- nosy: +rhettin

[issue46013] Confusing period in object.__hash__ doc

2021-12-08 Thread JMcB
Change by JMcB : -- keywords: +patch pull_requests: +28212 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29989 ___ Python tracker ___ ___

[issue46013] Confusing period in object.__hash__ doc

2021-12-08 Thread JMcB
New submission from JMcB : At https://docs.python.org/3/reference/datamodel.html#object.__hash__ It says: Called by built-in function hash() and for operations on members of hashed collections including set, frozenset, and dict. __hash__() should return an integer. How it's rendered there, th