- Issue #18440: Clarify that `hash()` can truncate the value returned from an
authorBarry Warsaw <barry@python.org>
Mon, 15 Jul 2013 18:47:29 +0000 (14:47 -0400)
committerBarry Warsaw <barry@python.org>
Mon, 15 Jul 2013 18:47:29 +0000 (14:47 -0400)
commit224a599c0c0755a3a2602a9f0051a6707c8e1162
tree598c3d6fac4c1ccec71c549b9b1cd4172592b4cb
parent48830035e5e616b9660014cc451198b82e3f8a8e
- 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