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 tberla
Recipients docs@python, eric.smith, tberla
Date 2017-11-24.19:25:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511551553.69.0.213398074469.issue32127@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Eric. (I'm new to Python.) Perhaps I should have paid closer attention to the description of the dictionary data structure -- 

"Performing list(d.keys()) on a dictionary returns a list of all the keys used in the dictionary, in arbitrary order"

-- rather than just jumping ahead to the code example. ;-)
History
Date User Action Args
2017-11-24 19:25:53tberlasetrecipients: + tberla, eric.smith, docs@python
2017-11-24 19:25:53tberlasetmessageid: <1511551553.69.0.213398074469.issue32127@psf.upfronthosting.co.za>
2017-11-24 19:25:53tberlalinkissue32127 messages
2017-11-24 19:25:53tberlacreate