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 eric.smith
Recipients ajaksu2, akuchling, anthonybaxter, benjamin.peterson, eric.smith, georg.brandl, hdiwan650, jafo, jimjjewett, lemburg, loewis, skip.montanaro
Date 2009-04-27.15:15:19
SpamBayes Score 2.8092836e-05
Marked as misclassified No
Message-id <1240845320.86.0.850950688327.issue1467929@psf.upfronthosting.co.za>
In-reply-to
Content
The patch incorrectly raises an exception for:
'%(a)s %%' % {'a':'xyz'}

I'll look into fixing it.
History
Date User Action Args
2009-04-27 15:15:21eric.smithsetrecipients: + eric.smith, lemburg, loewis, skip.montanaro, akuchling, anthonybaxter, georg.brandl, jafo, jimjjewett, hdiwan650, ajaksu2, benjamin.peterson
2009-04-27 15:15:20eric.smithsetmessageid: <1240845320.86.0.850950688327.issue1467929@psf.upfronthosting.co.za>
2009-04-27 15:15:19eric.smithlinkissue1467929 messages
2009-04-27 15:15:19eric.smithcreate