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 rhettinger
Recipients Marcos Soutullo, docs@python, rhettinger
Date 2017-07-29.17:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501347806.7.0.116646851984.issue31075@psf.upfronthosting.co.za>
In-reply-to
Content
-0

The code block was originally intended to just be a table of patterns, not meant to be executed sequentially.  It followed the traditional presentation order (__getitem__, __setitem__, followed by __delitem__).

If we do change this, then the subsequent "k in d" example should also be changed to "'x' in d" because k isn't defined.
History
Date User Action Args
2017-07-29 17:03:26rhettingersetrecipients: + rhettinger, docs@python, Marcos Soutullo
2017-07-29 17:03:26rhettingersetmessageid: <1501347806.7.0.116646851984.issue31075@psf.upfronthosting.co.za>
2017-07-29 17:03:26rhettingerlinkissue31075 messages
2017-07-29 17:03:26rhettingercreate