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 krassowski
Recipients bethard, jnothman, krassowski, paul.j3
Date 2017-12-08.19:23:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512760992.89.0.213398074469.issue16516@psf.upfronthosting.co.za>
In-reply-to
Content
I've got confused with the "TypeError: unhashable type: 'dict'" error creating a choose-from-dictionary argument in Python 3.6. I used lambda as a workaround, but IMO it would be great to have this patch merged.
History
Date User Action Args
2017-12-08 19:23:12krassowskisetrecipients: + krassowski, bethard, paul.j3, jnothman
2017-12-08 19:23:12krassowskisetmessageid: <1512760992.89.0.213398074469.issue16516@psf.upfronthosting.co.za>
2017-12-08 19:23:12krassowskilinkissue16516 messages
2017-12-08 19:23:12krassowskicreate