cpython/Doc/reference
Martin Panter aa0da864b8 Issue #12067: Rewrite Comparisons section in the language reference
Some of the details of comparing mixed types were incorrect or ambiguous.
NotImplemented is only relevant at a lower level than the Expressions
chapter. Added details of comparing range() objects, and default behaviour
and consistency suggestions for user-defined classes. Patch from Andy Maier.
2015-09-23 05:28:13 +00:00
..
compound_stmts.rst Issue #22243: fix except grammar in reference. 2014-08-23 19:29:47 -04:00
datamodel.rst Issue #4395: Better testing and documentation of binary operators. 2015-08-07 10:22:54 +12:00
executionmodel.rst Issue #24129: Clarify reference docs for name resolution. 2015-08-05 23:07:24 +10:00
expressions.rst Issue #12067: Rewrite Comparisons section in the language reference 2015-09-23 05:28:13 +00:00
grammar.rst Merged revisions 65378-65379,65430 via svnmerge from 2008-08-03 09:47:27 +00:00
import.rst Issue #24713: Use importlib.reload() in import reference document. 2015-07-25 13:02:37 +03:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst Fixing broken links in doc, part 3: the rest 2014-10-29 10:26:56 +01:00
lexical_analysis.rst Issue #24531: Document that encoding lines cannot follow non-comment lines. 2015-08-06 21:08:44 +12:00
simple_stmts.rst #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) 2014-10-31 10:38:49 +01:00
toplevel_components.rst #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) 2014-10-31 10:38:49 +01:00