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 abarnert
Recipients abarnert, docs@python
Date 2015-01-12.22:40:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421102448.57.0.289351503451.issue23226@psf.upfronthosting.co.za>
In-reply-to
Content
In a recent thread on python-ideas (https://mail.python.org/pipermail/python-ideas/2015-January/030817.html), it was concluded that Python should not have a range-like type for floats in the stdlib, but there should be some simple discussion of the alternatives in the docs.

The attached diff describes the issues, demonstrates the simplest reasonable algorithm, and links to a recipe on ActiveState (which builds the same algorithm into a lazy sequence, and links to other recipes with different alternatives).
History
Date User Action Args
2015-01-12 22:40:48abarnertsetrecipients: + abarnert, docs@python
2015-01-12 22:40:48abarnertsetmessageid: <1421102448.57.0.289351503451.issue23226@psf.upfronthosting.co.za>
2015-01-12 22:40:48abarnertlinkissue23226 messages
2015-01-12 22:40:47abarnertcreate