Author brett.cannon
Recipients
Date 2005-02-18.21:17:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

First off, this is not a bug and thus should be filed as a feature request.

Second, it will never happen.  A key benefit of Python is that it's syntax 
does not allow for much flexibility in terms of how to structure your code 
syntactically.  This makes it quite easy to read someone else's code 
regardless of what syntax style they use.

You also have problems with possible ambiguity with dicts.

In other words this is never going to happen simply because it goes 
against a basic Python tenant.

Closed as invalid.
History
Date User Action Args
2007-08-23 16:10:31adminlinkissue1143855 messages
2007-08-23 16:10:31admincreate