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 terry.reedy
Recipients eric.smith, gvanrossum, serhiy.storchaka, terry.reedy, ztane
Date 2016-05-06.19:23:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462562612.3.0.0385806531671.issue26906@psf.upfronthosting.co.za>
In-reply-to
Content
Is there a way to have format() try to force the initialization, by explicitly doing the equivalent of obj.__format__, at least for types, instead of raising the TypeError?
History
Date User Action Args
2016-05-06 19:23:32terry.reedysetrecipients: + terry.reedy, gvanrossum, eric.smith, serhiy.storchaka, ztane
2016-05-06 19:23:32terry.reedysetmessageid: <1462562612.3.0.0385806531671.issue26906@psf.upfronthosting.co.za>
2016-05-06 19:23:32terry.reedylinkissue26906 messages
2016-05-06 19:23:32terry.reedycreate