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 andybuckley
Recipients QuantumTim, andybuckley, draghuram, rhettinger
Date 2009-03-18.10:49:49
SpamBayes Score 1.7253595e-09
Marked as misclassified No
Message-id <1237373392.31.0.426959590242.issue5374@psf.upfronthosting.co.za>
In-reply-to
Content
I'm easy either way --- I appreciate that it is a non-issue with new
formatting, but until developers can rely on the presence of Py >= 2.6,
%-formatting wil continue to be widely used.

Since optparse's special use of %-delimited tokens clashes with the
established formatting in a way that could arguably do with
clarification (I was blind enough to the solution to start this ticket),
I think it could be useful to document it close to the description of
%prog usage. Of course, since I now know the answer, *I* don't need it
to be in the documentation, but it might be helpful to others ;)
History
Date User Action Args
2009-03-18 10:49:52andybuckleysetrecipients: + andybuckley, rhettinger, draghuram, QuantumTim
2009-03-18 10:49:52andybuckleysetmessageid: <1237373392.31.0.426959590242.issue5374@psf.upfronthosting.co.za>
2009-03-18 10:49:50andybuckleylinkissue5374 messages
2009-03-18 10:49:49andybuckleycreate