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 ezio.melotti, georg.brandl, marcin.wider, mark.dickinson, pitrou, vstinner
Date 2009-12-20.15:31:51
SpamBayes Score 0.0003540018
Marked as misclassified No
Message-id <1261323112.42.0.13480309219.issue5080@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  That's unfortunate:  for argument type in 'bBHiIlkKn', an attempt to 
pass a float results in a DeprecationWarning.  For type 'L', there's no 
DeprecationWarning, and the float is silently truncated.  So for type 'L' 
I guess we still have to go through a round of DeprecationWarning.

I'm not sure what 'h' does;  there don't appear to be any tests for it, 
currently.
History
Date User Action Args
2009-12-20 15:31:52mark.dickinsonsetrecipients: + mark.dickinson, georg.brandl, pitrou, vstinner, ezio.melotti, marcin.wider
2009-12-20 15:31:52mark.dickinsonsetmessageid: <1261323112.42.0.13480309219.issue5080@psf.upfronthosting.co.za>
2009-12-20 15:31:51mark.dickinsonlinkissue5080 messages
2009-12-20 15:31:51mark.dickinsoncreate