[Python-Dev] PEP 30XZ: Simplified Parsing (original) (raw)

skip at pobox.com skip at pobox.com
Tue May 8 02:03:50 CEST 2007


>> Surely
>> 
>> from textwrap import dedent as d
>> 
>> is close enough?

Nick> Apart from it happening at run time rather than compile time.

And as someone else pointed out, what if you don't want each chunk of text terminated by a newline?

Skip



More information about the Python-Dev mailing list