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 martin.panter
Recipients docs@python, eric.smith, mPython, martin.panter, steven.daprano, xiang.zhang
Date 2017-04-01.23:13:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491088430.63.0.545865076675.issue26947@psf.upfronthosting.co.za>
In-reply-to
Content
The pull request currently suggests “All of Python’s immutable built-in objects are hashable; mutable containers (such as lists or dictionaries) are not.” This seems better wording than the original.

FWIW, I would have tried “Python’s built-in immutable objects are hashable, while mutable containers (such as lists and dictionaries) are not hashable.”
History
Date User Action Args
2017-04-01 23:13:50martin.pantersetrecipients: + martin.panter, eric.smith, steven.daprano, docs@python, xiang.zhang, mPython
2017-04-01 23:13:50martin.pantersetmessageid: <1491088430.63.0.545865076675.issue26947@psf.upfronthosting.co.za>
2017-04-01 23:13:50martin.panterlinkissue26947 messages
2017-04-01 23:13:50martin.pantercreate