cpython/Doc/reference
Victor Stinner f6447e0065 doc: Suggest to hash(tuple of attr) rather than XOR
Issue #28383: __hash__ documentation recommends naive XOR to combine but this
is suboptimal. Update the doc to suggest to reuse the hash() method using a
tuple, with an example.
2016-12-19 13:15:35 +01:00
..
compound_stmts.rst Remove redundant leading zeroes in PEP references. 2016-03-31 15:31:04 +03:00
datamodel.rst doc: Suggest to hash(tuple of attr) rather than XOR 2016-12-19 13:15:35 +01:00
executionmodel.rst
expressions.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 13:45:32 +03:00
grammar.rst
index.rst
introduction.rst Python for .NET has moved to Github. 2016-02-03 22:05:46 -06:00
lexical_analysis.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
simple_stmts.rst Issue #23275: Backport empty square bracket assignment documentation fix 2016-06-08 12:44:30 +00:00
toplevel_components.rst