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 ned.deily
Recipients gene@nlc.co.nz, ned.deily
Date 2017-10-08.21:02:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507496523.09.0.213398074469.issue31730@psf.upfronthosting.co.za>
In-reply-to
Content
As documented, a dict key must be hashable and, because lists are not immutable, they are not hashable and thus can't be used as keys.  See the Python Glossary for more info.  https://docs.python.org/2/glossary.html
History
Date User Action Args
2017-10-08 21:02:03ned.deilysetrecipients: + ned.deily, gene@nlc.co.nz
2017-10-08 21:02:03ned.deilysetmessageid: <1507496523.09.0.213398074469.issue31730@psf.upfronthosting.co.za>
2017-10-08 21:02:03ned.deilylinkissue31730 messages
2017-10-08 21:02:03ned.deilycreate