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 LambertDW, eric.smith, pitrou, rhettinger
Date 2009-02-15.20:40:58
SpamBayes Score 0.00035214974
Marked as misclassified No
Message-id <1234730462.7.0.0851085487222.issue5247@psf.upfronthosting.co.za>
In-reply-to
Content
I've gone back and read PEP 3101. To use its terminology, I think the
error message should be something like:
Unknown presentation type %c for type %s.

I'm not sure where I got the original wording "conversion type". It's
true that it's sometimes used for type conversion (int->float, for
example), but that's not its real purpose.

It's unfortunate that "type" is used in the PEP and the online docs for
"presentation type", and we're trying to report an error on the
argument's type.

Any suggestions for clearer wording?
History
Date User Action Args
2009-02-15 20:41:03eric.smithsetrecipients: + eric.smith, rhettinger, pitrou, LambertDW
2009-02-15 20:41:02eric.smithsetmessageid: <1234730462.7.0.0851085487222.issue5247@psf.upfronthosting.co.za>
2009-02-15 20:41:01eric.smithlinkissue5247 messages
2009-02-15 20:41:00eric.smithcreate