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 anthony-flury
Recipients Pierre Thibault, anthony-flury, docs@python, ncoghlan, rhettinger
Date 2018-04-30.22:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525125957.39.0.682650639539.issue33006@psf.upfronthosting.co.za>
In-reply-to
Content
Strictly speaking the official Python2 reference document isn't a great example - for instance:

' If function is None, the identity function is assumed, that is, all elements of iterable that are false are removed.' 

Implies that items are removed from the iterable are removed, but they aren't; they are simply not included in the sequence that is returned.

Does the documentation need to be fixed too ?
History
Date User Action Args
2018-04-30 22:05:57anthony-flurysetrecipients: + anthony-flury, rhettinger, ncoghlan, docs@python, Pierre Thibault
2018-04-30 22:05:57anthony-flurysetmessageid: <1525125957.39.0.682650639539.issue33006@psf.upfronthosting.co.za>
2018-04-30 22:05:57anthony-flurylinkissue33006 messages
2018-04-30 22:05:57anthony-flurycreate