On 2011-09-23, at 20:23 , Guido van Rossum wrote: > Also, Ethan, I hope you're familiar with the reason why there is no > range() support for floats currently? (Briefly, things like range(0.0, > 0.8, step=0.1) could include or exclude the end point depending on > rounding, which makes for troublesome semantics.) On the other hand, there could be a range for Decimal could there not? _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
- [Python-Dev] range objects in 3.x Ethan Furman
- Re: [Python-Dev] range objects in 3.x Benjamin Peterson
- Re: [Python-Dev] range objects in 3.x Guido van Rossum
- Re: [Python-Dev] range objects in 3.x Ethan Furman
- Re: [Python-Dev] range objects in 3.x Xavier Morel
- Re: [Python-Dev] range objects in 3.x Ethan Furman
- Re: [Python-Dev] range objects in 3.x Benjamin Peterson
- Re: [Python-Dev] range objects in 3.x Ethan Furman
- Re: [Python-Dev] range objects in ... Martin v. Löwis
- Re: [Python-Dev] range objects... Ethan Furman
- Re: [Python-Dev] range objects in 3.x Guido van Rossum
- Re: [Python-Dev] range objects in 3.x Antoine Pitrou
- Re: [Python-Dev] range objects in 3.x Greg Ewing
- Re: [Python-Dev] range objects in 3.x Steven D'Aprano
- Re: [Python-Dev] range objects in 3.x Guido van Rossum