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 serhiy.storchaka
Recipients barry, eli.bendersky, eric.smith, ethan.furman, serhiy.storchaka
Date 2013-08-21.11:43:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377085434.91.0.776025507487.issue18738@psf.upfronthosting.co.za>
In-reply-to
Content
I'm proposing to split this issue on two issues. One for C-style formatting (I guess everyone agree that '%i' % <int-like object> should return decimal representation of its numerical value) and other for format() which is more questionable.
History
Date User Action Args
2013-08-21 11:43:54serhiy.storchakasetrecipients: + serhiy.storchaka, barry, eric.smith, eli.bendersky, ethan.furman
2013-08-21 11:43:54serhiy.storchakasetmessageid: <1377085434.91.0.776025507487.issue18738@psf.upfronthosting.co.za>
2013-08-21 11:43:54serhiy.storchakalinkissue18738 messages
2013-08-21 11:43:54serhiy.storchakacreate