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 mark.dickinson
Recipients akitada, belopolsky, christian.heimes, josm, loewis, mark.dickinson, rhettinger, robertwb, zanella
Date 2010-05-01.01:05:56
SpamBayes Score 5.2041254e-05
Marked as misclassified No
Message-id <1272675959.19.0.857653111154.issue1533@psf.upfronthosting.co.za>
In-reply-to
Content
> IIRC, it was a very deliberate choice not to allow float arguments to range

Ignore this bit.  IDRC.  It was a deliberate choice not to let something range(0.0, 1.0, 0.1) work to give [0.0, 0.1, ...], since the usual floating-point difficulties give uncertainty about the endpoint.

That float arguments were allowed (and silently truncated to integers) is merely unfortunate.  :)  And it's no longer permitted in 2.7;  I wouldn't want to go back to permitting float arguments here.

I'll set this to pending;  it should be closed unless someone comes up with a simple fix in the near future.
History
Date User Action Args
2010-05-01 01:05:59mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, belopolsky, christian.heimes, josm, robertwb, zanella, akitada
2010-05-01 01:05:59mark.dickinsonsetmessageid: <1272675959.19.0.857653111154.issue1533@psf.upfronthosting.co.za>
2010-05-01 01:05:57mark.dickinsonlinkissue1533 messages
2010-05-01 01:05:56mark.dickinsoncreate