Raymond Hettinger added the comment:

Martin, "finding it sad" doesn't really help much here.

We *can* put the patch in.  Alok devoted a good chunk of time to creating the 
patch and I've already devoted a good chunk of time to reviewing it.  

However, in so doing I became concerned that it wasn't the right thing to do.  
The code size and complexity is much bigger than I expected (as compared to 
what I had to do for itertools.count for example).  The use case is much weaker 
(because unlike range() and count() we don't have an arbitrary start point).  
This thought surfaced when reading Alok's notes on the difficulty of testing 
this patch in a reasonable amount of time.

Besides feeling sad, what is your recommendation?  Would you like me to finish 
the review and check it in to make everyone feel good?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6305>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to