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 benjamin.peterson
Recipients benjamin.peterson, brett.cannon
Date 2008-03-22.23:12:26
SpamBayes Score 0.2487895
Marked as misclassified No
Message-id <1206227547.08.0.669730781825.issue2343@psf.upfronthosting.co.za>
In-reply-to
Content
This is already implemented:
>>> [].insert(.5, 0)
__main__:1: DeprecationWarning: integer argument expected, got float
History
Date User Action Args
2008-03-22 23:12:27benjamin.petersonsetspambayes_score: 0.24879 -> 0.2487895
recipients: + benjamin.peterson, brett.cannon
2008-03-22 23:12:27benjamin.petersonsetspambayes_score: 0.24879 -> 0.24879
messageid: <1206227547.08.0.669730781825.issue2343@psf.upfronthosting.co.za>
2008-03-22 23:12:26benjamin.petersonlinkissue2343 messages
2008-03-22 23:12:26benjamin.petersoncreate