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 pitrou
Recipients ezio.melotti, hynek, loewis, lukasz.langa, mark.dickinson, ncoghlan, pitrou, r.david.murray, rhettinger, serhiy.storchaka, tim.peters
Date 2013-08-11.09:53:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376214790.2672.6.camel@fsol>
In-reply-to <1376213559.79.0.641042949327.issue18652@psf.upfronthosting.co.za>
Content
> How large will be a C implementation of this one-line function?
> 
> I'm still -1 for polluting the itertools module with trivial
> combinations of existing functions.

The solution is to move the current itertools to _itertools and have a
companion itertools.py.
History
Date User Action Args
2013-08-11 09:53:18pitrousetrecipients: + pitrou, tim.peters, loewis, rhettinger, mark.dickinson, ncoghlan, ezio.melotti, r.david.murray, lukasz.langa, hynek, serhiy.storchaka
2013-08-11 09:53:17pitroulinkissue18652 messages
2013-08-11 09:53:17pitroucreate