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 serhiy.storchaka
Recipients alex, rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2016-04-23.07:40:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461397243.74.0.936444577851.issue26828@psf.upfronthosting.co.za>
In-reply-to
Content
map and zip should use the minimum, zip_longest should use the maximum, and filter shouldn't have __length_hint__().
History
Date User Action Args
2016-04-23 07:40:43serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, vstinner, alex
2016-04-23 07:40:43serhiy.storchakasetmessageid: <1461397243.74.0.936444577851.issue26828@psf.upfronthosting.co.za>
2016-04-23 07:40:43serhiy.storchakalinkissue26828 messages
2016-04-23 07:40:43serhiy.storchakacreate