[Python-ideas] Transportable indent level markers. >>>===<<<

Terry Reedy tjreedy at udel.edu
Tue Dec 13 06:24:23 CET 2011


On 12/12/2011 5:07 PM, Ron Adam wrote:

> To make that work, we need to use unique character sequences that aren't
> already used.  After some thought, I came up with these indent-markers.
>
>      ///   # indent level +1
>      ;;;   # indent level +0
>      \\\   # indent level -1

 >>>
===
<<<
would work even better ;-).

-- 
Terry Jan Reedy




More information about the Python-ideas mailing list