[issue34552] Clarify built-in types comparisons

2020-10-08 Thread Guido van Rossum
Guido van Rossum added the comment: Yup. Thanks for catching this! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue34552] Clarify built-in types comparisons

2020-10-08 Thread Irit Katriel
Irit Katriel added the comment: This seems complete, can it be closed? -- nosy: +iritkatriel ___ Python tracker ___ ___ Python-bugs

[issue34552] Clarify built-in types comparisons

2018-09-13 Thread miss-islington
miss-islington added the comment: New changeset 1aeba7458d2aaf8a03b5d443179d122ceb2ccece by Miss Islington (bot) (Windson yang) in branch 'master': bpo-34552: Clarify built-in types comparisons (GH-9035) https://github.com/python/cpython/commit/1aeba7458d2aaf8a03b5d443179d122ceb2ccece -

[issue34552] Clarify built-in types comparisons

2018-09-02 Thread Windson Yang
Change by Windson Yang : -- keywords: +patch pull_requests: +8497 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue34552] Clarify built-in types comparisons

2018-08-30 Thread Windson Yang
New submission from Windson Yang : In https://docs.python.org/3.5/library/stdtypes.html#comparisons "some types (for example, function objects) support only a degenerate notion of comparison where any two objects of that type are unequal." We had some discussion at zulipchat already: "more