cpython/Doc/reference
Victor Stinner 509476b370 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:09:28 +01:00
..
compound_stmts.rst Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f) 2016-08-03 10:17:21 +03:00
datamodel.rst doc: Suggest to hash(tuple of attr) rather than XOR 2016-12-19 13:09:28 +01:00
executionmodel.rst #25679: spelling fix 2015-11-20 09:57:20 -05:00
expressions.rst Issue #26511: Reference the id() function in the 'is' and 'is not' docs 2016-09-11 17:23:49 -07:00
grammar.rst
import.rst Issue #27712: Fix some typos in the import docs. 2016-08-12 10:56:48 -07: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 Python for .NET has moved to Github. 2016-02-03 22:05:46 -06:00
lexical_analysis.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
simple_stmts.rst Issue #24136: Document generalized unpacking, PEP 448 2016-06-12 01:46:50 +00:00
toplevel_components.rst #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) 2014-10-31 10:38:49 +01:00