[Python-ideas] relaxing keyword usage restrictions

Spectral One ghostwriter402 at gmail.com
Wed Sep 7 02:51:29 CEST 2011


Seems that unadorned keywords and adorned keywords could be a touch 
independent. By that I mean the the following could be illegal:
     if if>5:
         pass
#...and...
class thingy:
     class="example of bad syntax"

while possible to allow the following:

class thingy:
     thingy.class="example of possible syntax"

However, even if you could, I don't think you should. I just don't see 
sufficient value in this idea to be worth the change.

-1 ( I guess that's how that works)

-Nate



More information about the Python-ideas mailing list