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, ezio.melotti, serhiy.storchaka, vstinner
Date 2016-09-14.11:32:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473852731.3.0.338120698425.issue28146@psf.upfronthosting.co.za>
In-reply-to
Content
See also issue 27772.

The difference in the error messages is due to the first ones looking for specific invalid combinations (in this case things the string formatter does not understand), and the last one which is "I have no idea what you're asking for".
History
Date User Action Args
2016-09-14 11:32:11eric.smithsetrecipients: + eric.smith, vstinner, ezio.melotti, serhiy.storchaka
2016-09-14 11:32:11eric.smithsetmessageid: <1473852731.3.0.338120698425.issue28146@psf.upfronthosting.co.za>
2016-09-14 11:32:11eric.smithlinkissue28146 messages
2016-09-14 11:32:11eric.smithcreate