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 ncoghlan
Recipients Arfrever, eric.smith, ncoghlan, vstinner
Date 2014-09-17.10:56:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410951415.08.0.368438473996.issue22385@psf.upfronthosting.co.za>
In-reply-to
Content
Retitled the issue and made it depend on issue 9951.

I now think it's better to tackle this more like strftime and have a method that accepts of particular custom formatting mini-language (in this case, the new hex() methods proposed in issue 9951), and then also support that mini-language in the __format__() method.

It would likely need a PEP to decide on the exact details of the formatting.
History
Date User Action Args
2014-09-17 10:56:55ncoghlansetrecipients: + ncoghlan, vstinner, eric.smith, Arfrever
2014-09-17 10:56:55ncoghlansetmessageid: <1410951415.08.0.368438473996.issue22385@psf.upfronthosting.co.za>
2014-09-17 10:56:54ncoghlanlinkissue22385 messages
2014-09-17 10:56:54ncoghlancreate