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 rhettinger
Recipients LambertDW, mark.dickinson, rhettinger, steve21
Date 2009-02-12.11:56:48
SpamBayes Score 3.972994e-11
Marked as misclassified No
Message-id <1234439810.46.0.525996530379.issue5032@psf.upfronthosting.co.za>
In-reply-to
Content
Not too worried about either issue.  For the first, it makes the code
closer to its pure python equivalent.  Better to add some math module
function like Matlab's linspace().  It's hard to prevent people from
creating numerical mistakes no matter what.  Besides, now it's possible
to write:  count(Decimal('1.1'), Decimal('.1')) and get exact
progressions.  

For the second, the non-interruptability issue is everpresent throughout
the language.  If we get some uniform way of dealing with it, that would
be great (though I expect it will slow down lots of things we care about
and provide nearly zero benefit).  Since count() and repeat() came out
in itertools eons ago, there have been zero bug reports or user
complaints about the issue.  So, I'll take it as a non-issue.
History
Date User Action Args
2009-02-12 11:56:50rhettingersetrecipients: + rhettinger, mark.dickinson, LambertDW, steve21
2009-02-12 11:56:50rhettingersetmessageid: <1234439810.46.0.525996530379.issue5032@psf.upfronthosting.co.za>
2009-02-12 11:56:49rhettingerlinkissue5032 messages
2009-02-12 11:56:48rhettingercreate