Feature request: New string conversion type to ignore list item

pelon pelonpelon at gmail.com
Mon Jun 11 21:11:12 EDT 2007


On Jun 5, 6:27 am, thomas.p... at gmail.com wrote:
> On 5 Jun., 13:12, Peter Otten <__pete... at web.de> wrote:
>
> > or like this:
>
> > >>> "%s %.s %s" % ("first", "second", "third")
>
> > 'first  third'
>
> Hey, that's great, thanks Peter!
>
> Tom

Why not be consistent with other aspects of the language:

"%s %!s %s" % ("first", "second", "third")





More information about the Python-list mailing list