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 ethan.furman
Recipients barry, eli.bendersky, eric.smith, ethan.furman, serhiy.storchaka
Date 2013-08-21.12:26:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5214B1F6.3030004@stoneleaf.us>
In-reply-to <1377085434.91.0.776025507487.issue18738@psf.upfronthosting.co.za>
Content
Serhiy Storchaka added the comment:
>
> 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.

Not sure that's necessary.  The code to fix the C-style %-formatting is 
already (I think)  in the last patch I attached.
History
Date User Action Args
2013-08-21 12:26:34ethan.furmansetrecipients: + ethan.furman, barry, eric.smith, eli.bendersky, serhiy.storchaka
2013-08-21 12:26:33ethan.furmanlinkissue18738 messages
2013-08-21 12:26:33ethan.furmancreate