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 belopolsky
Recipients akitada, belopolsky, christian.heimes, josm, loewis, mark.dickinson, rhettinger, robertwb, zanella
Date 2010-05-06.17:42:16
SpamBayes Score 3.1719042e-05
Marked as misclassified No
Message-id <1273167742.55.0.668852515404.issue1533@psf.upfronthosting.co.za>
In-reply-to
Content
> the requirements are different for 2.6:  floats should give a 
> DeprecationWarning rather than a TypeError. 

I thought about it, but the comment in test_builtin.py,

	# Reject floats when it would require PyLongs to represent.                                                                                                                                          
	# (smaller floats still accepted, but deprecated)  

convinced me that raising TypeError on large floats is a feature.  I don't have a strong opinion on this issue, but I think a conservative approach is not to change current behavior in the maintenance branch unless it is clearly a bug.

I did add a test checking that "smaller floats still accepted, but deprecated."
History
Date User Action Args
2010-05-06 17:42:23belopolskysetrecipients: + belopolsky, loewis, rhettinger, mark.dickinson, christian.heimes, josm, robertwb, zanella, akitada
2010-05-06 17:42:22belopolskysetmessageid: <1273167742.55.0.668852515404.issue1533@psf.upfronthosting.co.za>
2010-05-06 17:42:20belopolskylinkissue1533 messages
2010-05-06 17:42:20belopolskycreate