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 r.david.murray
Recipients Xezlec, docs@python, methane, r.david.murray
Date 2016-12-28.02:27:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482892050.04.0.856377553634.issue29089@psf.upfronthosting.co.za>
In-reply-to
Content
It is not wrong.  It does not say that keys are limited to immutables, only that immutables can be keys.  Perhaps the sentence about a tuple pointing to a mutable could be tightened up, though, by saying that if a tuple points to something that can not itself be a dictionary key, then that tuple can not be a dictionary key.
History
Date User Action Args
2016-12-28 02:27:30r.david.murraysetrecipients: + r.david.murray, methane, docs@python, Xezlec
2016-12-28 02:27:30r.david.murraysetmessageid: <1482892050.04.0.856377553634.issue29089@psf.upfronthosting.co.za>
2016-12-28 02:27:30r.david.murraylinkissue29089 messages
2016-12-28 02:27:29r.david.murraycreate