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 ethan.furman
Recipients barry, eli.bendersky, eric.smith, ethan.furman, serhiy.storchaka
Date 2013-08-15.23:09:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <520D5FA3.8000205@stoneleaf.us>
In-reply-to <520D540A.2020509@trueblade.com>
Content
> Eric V. Smith added the comment:
>
> I think the answers should be:
>
> - Formats as int if the length of the format spec is >= 1 and it ends in
> one of "bdoxX" (the int presentation types).

Hmmm.  How about defining the characters that will be supported for string interpretation, and if there are any other 
characters in format spec then go int (or whatever the mix-in type is)?  I'm thinking "<^>01234566789".  Anything else 
("+", all letter codes, etc.) gets the normal (host-type) treatment.
History
Date User Action Args
2013-08-15 23:09:24ethan.furmansetrecipients: + ethan.furman, barry, eric.smith, eli.bendersky, serhiy.storchaka
2013-08-15 23:09:24ethan.furmanlinkissue18738 messages
2013-08-15 23:09:23ethan.furmancreate