This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author magniff
Recipients docs@python, magniff
Date 2016-07-23.18:17:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469297872.54.0.246840894647.issue27601@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3.6/library/stdtypes.html#hashing-of-numeric-types
Look at semantics example for hash_complex function. The variable 'hash' is clearly misused - it is not defined or refers to builtin function 'hash'. Either way the example is incorrect.
History
Date User Action Args
2016-07-23 18:17:52magniffsetrecipients: + magniff, docs@python
2016-07-23 18:17:52magniffsetmessageid: <1469297872.54.0.246840894647.issue27601@psf.upfronthosting.co.za>
2016-07-23 18:17:52magnifflinkissue27601 messages
2016-07-23 18:17:52magniffcreate