Re: Curious about library inclusion

2019-10-16 Thread Antoon Pardon
On 15/10/19 13:59, Rhodri James wrote: > On 15/10/2019 12:38, Antoon Pardon wrote: >> On 11/10/19 15:48, Rhodri James wrote: >>> On 10/10/2019 12:40, Antoon Pardon wrote: About including piped iterators: http://code.activestate.com/recipes/580625-collection-pipeline-in-python/ >

Re: Curious about library inclusion

2019-10-15 Thread Rhodri James
On 15/10/2019 12:38, Antoon Pardon wrote: On 11/10/19 15:48, Rhodri James wrote: On 10/10/2019 12:40, Antoon Pardon wrote: About including piped iterators: http://code.activestate.com/recipes/580625-collection-pipeline-in-python/ On 10/10/19 13:00, Paul Moore wrote: As another measure,

Re: Curious about library inclusion

2019-10-15 Thread Antoon Pardon
On 11/10/19 15:48, Rhodri James wrote: > On 10/10/2019 12:40, Antoon Pardon wrote: >> About including piped iterators: >> >> http://code.activestate.com/recipes/580625-collection-pipeline-in-python/ >> >> On 10/10/19 13:00, Paul Moore wrote: >>> As another measure, look at various other librar

Re: Curious about library inclusion

2019-10-11 Thread Rhodri James
On 10/10/2019 12:40, Antoon Pardon wrote: About including piped iterators: http://code.activestate.com/recipes/580625-collection-pipeline-in-python/ On 10/10/19 13:00, Paul Moore wrote: As another measure, look at various other libraries on PyPI and ask yourself why *this* library needs to

Re: Curious about library inclusion

2019-10-10 Thread Antoon Pardon
About including piped iterators: http://code.activestate.com/recipes/580625-collection-pipeline-in-python/ On 10/10/19 13:00, Paul Moore wrote: > As another measure, look at various other libraries on PyPI and ask > yourself why *this* library needs to be in the stdlib more than those > others

Re: Curious about library inclusion

2019-10-10 Thread Paul Moore
Probably low. There would need to be a clear justification as to why having the library in the stdlib (and hence tied to Python's release schedule for updates/bug fixes etc - which is typically a really severe limitation for a newish library) would be better than having it available as a 3rd party

Re: Curious about library inclusion

2019-10-10 Thread Antoon Pardon
That seems to have been thoruoghly garbled so I start again. I was wondering how likely it would be that piped iterators like shown in http://code.activestate.com/recipes/580625-collection-pipeline-in-python/ would make it into a future python version/ Once I started using them (and included some

Curious about library inclusion

2019-10-10 Thread Antoon Pardon
I was wondering how likely it would be that piped-iterators like shown in http://code.activestate.com/recipes/580625-collection-pipeline-in-python/ would make it into a future python version. Once I started using them (and included some more) I found I really liked working with them. For instance I