[issue36604] Add recipe to itertools

2019-04-11 Thread Raymond Hettinger


Raymond Hettinger  added the comment:

Thank you for the suggestion and the nice work.

I'm going to decline adding this to our docs because it isn't in the spirit of 
the other recipes (reasonably common task, reasonably simple, and/or showing 
off effective combinations of the other itertools).

Though the docs aren't the right place for this, it would be nice if you 
published a blog post or some such to show off your work, detail the though 
processes, and illustrate how you measured performance).  Another option is to 
submit this to the more-itertools project.

--
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36604] Add recipe to itertools

2019-04-11 Thread SilentGhost


Change by SilentGhost :


--
assignee:  -> docs@python
components: +Documentation -Extension Modules
nosy: +docs@python, rhettinger
versions: +Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36604] Add recipe to itertools

2019-04-11 Thread Bjorn Madsen


New submission from Bjorn Madsen :

I would like to add a recipe to the itertools documentation (if it belongs 
there?)

The recipe presents a method to generate set(powerset([iterable])) in a 
fraction of the runtime. I thought others might find this method helpful and 
pushed it to github under MIT license.

The recipe is available with test here: 
https://github.com/root-11/python_recipes

--
components: Extension Modules
messages: 339984
nosy: Bjorn.Madsen
priority: normal
severity: normal
status: open
title: Add recipe to itertools
type: enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com