Commit 60a1b351 authored by Martin Panter's avatar Martin Panter

Issue #12067: Rewrite Comparisons section in the language reference

Some of the details of comparing mixed types were incorrect or ambiguous.
Added default behaviour and consistency suggestions for user-defined classes.
Based on patch from Andy Maier.
parent 19048c3a
This diff is collapsed.
......@@ -73,6 +73,14 @@ C API
- Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro.
Documentation
-------------
- Issue #12067: Rewrite Comparisons section in the Expressions chapter of the
language reference. Some of the details of comparing mixed types were
incorrect or ambiguous. Added default behaviour and consistency suggestions
for user-defined classes. Based on patch from Andy Maier.
Build
-----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment