[Python-ideas] Extremely weird itertools.permutations

Nick Coghlan ncoghlan at gmail.com
Tue Oct 15 03:39:30 CEST 2013


On 15 October 2013 11:29, Neil Girdhar <mistersheik at gmail.com> wrote:
> You make a good point.  It was just a random example to illustrate that
> desire for completeness.

The desire for conceptual purity and consistency is a good one, it
just needs to be balanced against the practical constraints of
writing, maintaining, documenting, teaching and learning the standard
library.

"It isn't worth the hassle" is the answer to a whole lot of "Why not
X?" questions in software development :)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-ideas mailing list