Message 151301 - Python tracker (original) (raw)

Message151301

Author r.david.murray
Recipients eric.smith, py.user, r.david.murray
Date 2012-01-15.22:54:15
SpamBayes Score 8.638582e-05
Marked as misclassified No
Message-id 1326668056.56.0.934515329859.issue13790@psf.upfronthosting.co.za
In-reply-to
Content
No, it wouldn't. I expect "{}".format(x) to produce something for an arbitrary x. Breaking that would break a fundamental Python contract. Improving the error message for 'd' is more possible. Perhaps "the format code 'd' is not implemented by objects of type "?
History
Date User Action Args
2012-01-15 22:54:16 r.david.murray set recipients: + r.david.murray, eric.smith, py.user
2012-01-15 22:54:16 r.david.murray set messageid: 1326668056.56.0.934515329859.issue13790@psf.upfronthosting.co.za
2012-01-15 22:54:15 r.david.murray link issue13790 messages
2012-01-15 22:54:15 r.david.murray create