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 terry.reedy
Recipients docs@python, r.david.murray, rhettinger, terry.reedy, the_darklord
Date 2017-09-24.19:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506283164.59.0.0458338339556.issue30826@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that the tutorial For section needs be updated to include non-sequences. A dict example will help with that.

I agree that the unrealistic insert mis-directs attention and like Raymond's replacement.  ['users.copy()' should be 'users.copy().items']
History
Date User Action Args
2017-09-24 19:59:24terry.reedysetrecipients: + terry.reedy, rhettinger, r.david.murray, docs@python, the_darklord
2017-09-24 19:59:24terry.reedysetmessageid: <1506283164.59.0.0458338339556.issue30826@psf.upfronthosting.co.za>
2017-09-24 19:59:24terry.reedylinkissue30826 messages
2017-09-24 19:59:24terry.reedycreate