[Python-ideas] An Alternate Suite Delineation Syntax For Python? (was Re: [Python-Dev] [PATCH] Adding braces to __future__)

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Dec 12 07:47:30 CET 2011


Nick Coghlan wrote:

> It isn't that Python *can't* be tunnelled through whitespace
> insensitive environments - it's that there's no *standard* mechanism
> for doing so, so everyone that has the need reinvents the wheel in
> their own idiosyncratic way.

So perhaps an appropriate solution would be a PEP setting out
such a standard, and maybe a library module implementing the
transformation to and from?

-- 
Greg



More information about the Python-ideas mailing list