On 17 September 2010 12:48, Terry Reedy <tjre...@udel.edu> wrote:

> Doubling an escape char, whatever it is, is a common convention:
> >>> print("Print a {{}} format string line this: {{{}}}".format(2))
> Print a {} format string line this: {2}
>

Wow. That's convoluted. Took me a minute to process.

Cheers,
Xav
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to