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 eric.smith
Recipients eric.smith, georg.brandl, lrekucki, terry.reedy
Date 2010-02-24.13:01:59
SpamBayes Score 0.00048267582
Marked as misclassified No
Message-id <1267016523.51.0.734220696329.issue5965@psf.upfronthosting.co.za>
In-reply-to
Content
Here's my proposed changes. Please review.

I put the string type 's' into its own table. That's probably overkill, but I think it gets lost if it's just mentioned in the text. Feel free to change that, though.

Also, I'm not wild about my wording for the int->float conversions. But I think it needs to go near the int presentation types, not at the end of the section. I'd actually prefer it at the top of the int table, but I couldn't find a way of working it in.
History
Date User Action Args
2010-02-24 13:02:03eric.smithsetrecipients: + eric.smith, georg.brandl, terry.reedy, lrekucki
2010-02-24 13:02:03eric.smithsetmessageid: <1267016523.51.0.734220696329.issue5965@psf.upfronthosting.co.za>
2010-02-24 13:02:01eric.smithlinkissue5965 messages
2010-02-24 13:02:00eric.smithcreate