Mike Klaas mike.klaas@gmail.com wrote:
On 5/4/07, Baptiste Carvello baptiste13@altern.org wrote:
maybe we could have a "dedent" literal that would remove the first newline and all indentation so that you can just write:
call_something( d''' first part second line third line ''' )
Surely
from textwrap import dedent as d
is close enough?
Apart from it happening at run time rather than compile time.
-- Nick Craig-Wood nick@craig-wood.com -- http://www.craig-wood.com/nick