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 gvanrossum
Recipients blop, gvanrossum
Date 2008-08-07.16:51:14
SpamBayes Score 0.02704411
Marked as misclassified No
Message-id <1218127875.37.0.564791039456.issue3516@psf.upfronthosting.co.za>
In-reply-to
Content
It's straightforward if you consider the implementation of the
requirement that %% renders a single percent sign: the second % is
parsed just like any other formatting code (i, d, f, etc.) and the stuff
between the first % and the formatting code is treated completely uniformly.
History
Date User Action Args
2008-08-07 16:51:15gvanrossumsetrecipients: + gvanrossum, blop
2008-08-07 16:51:15gvanrossumsetmessageid: <1218127875.37.0.564791039456.issue3516@psf.upfronthosting.co.za>
2008-08-07 16:51:14gvanrossumlinkissue3516 messages
2008-08-07 16:51:14gvanrossumcreate