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 brett.cannon
Recipients brett.cannon
Date 2008-03-17.18:16:17
SpamBayes Score 0.46117374
Marked as misclassified No
Message-id <1205777778.13.0.206701956987.issue2343@psf.upfronthosting.co.za>
In-reply-to
Content
Using a float where an int should only be used (e.g., ``[].insert(.5,
0)``) should raise a Py3K warning.
History
Date User Action Args
2008-03-17 18:16:18brett.cannonsetspambayes_score: 0.461174 -> 0.46117374
recipients: + brett.cannon
2008-03-17 18:16:18brett.cannonsetspambayes_score: 0.461174 -> 0.461174
messageid: <1205777778.13.0.206701956987.issue2343@psf.upfronthosting.co.za>
2008-03-17 18:16:17brett.cannonlinkissue2343 messages
2008-03-17 18:16:17brett.cannoncreate