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 docs@python, rhettinger, the_darklord
Date 2017-07-02.12:37:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498999026.49.0.428501505011.issue30826@psf.upfronthosting.co.za>
In-reply-to
Content
The example would be more clear if we replaced the opaque idiom "words[:]" with the more explicit alternative "words.copy()".
History
Date User Action Args
2017-07-02 12:37:06rhettingersetrecipients: + rhettinger, docs@python, the_darklord
2017-07-02 12:37:06rhettingersetmessageid: <1498999026.49.0.428501505011.issue30826@psf.upfronthosting.co.za>
2017-07-02 12:37:06rhettingerlinkissue30826 messages
2017-07-02 12:37:06rhettingercreate