Draft PEP: string interpolation with backquotes
Roman Suzi
rnd at onego.ru
Mon Dec 3 01:50:22 EST 2001
Hello,
if the PEP will be realised, I propose to make it visually
compatible with Python formatting operation:
" %(expression)s "
- everything else will add unnecessary complications.
Maybe this form will be also (or exclusively) be in use:
" %{expression}s "
However, hooks for formatting operation will also be needed,
so providing our own eval will be possible.
Sincerely yours, Roman A.Suzi
--
- Petrozavodsk - Karelia - Russia - mailto:rnd at onego.ru -
More information about the Python-list
mailing list