◐ Shell
clean mode source ↗

Message 77844 - Python tracker

Message77844

Author sgala
Recipients georg.brandl, sgala
Date 2008-12-14.23:49:26
SpamBayes Score 0.031123081
Marked as misclassified No
Message-id <1229298568.02.0.45850154168.issue4668@psf.upfronthosting.co.za>
In-reply-to
Content
map and filter don't return lists anymore, so wrapping them in list() in
the examples will make the real output consistent with what is seen in
the doc.
History
Date User Action Args
2008-12-14 23:49:28sgalasetrecipients: + sgala, georg.brandl
2008-12-14 23:49:28sgalasetmessageid: <1229298568.02.0.45850154168.issue4668@psf.upfronthosting.co.za>
2008-12-14 23:49:26sgalalinkissue4668 messages
2008-12-14 23:49:26sgalacreate