]> granicus.if.org Git - python/commit
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
authorBarry Warsaw <barry@python.org>
Mon, 15 Jul 2013 19:21:41 +0000 (15:21 -0400)
committerBarry Warsaw <barry@python.org>
Mon, 15 Jul 2013 19:21:41 +0000 (15:21 -0400)
commit4958f714bde917c8dc1b087932f44608b4634452
treedcb12b27e4966cc9682c7fe10c63ee4a7e6e0b3f
parent0fedb37c47971b75e644b05e5a467dad2a77620b
parent224a599c0c0755a3a2602a9f0051a6707c8e1162
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
  object's custom `__hash__()` method.
Doc/library/functions.rst
Doc/reference/datamodel.rst
Misc/NEWS