Ondrej Certik wrote: > Are we able to provide an actual patch to Python that implements this? > If so, then I am. > Imho the proposal should come with an actual patch, otherwise it's > difficult to judge it.
Your better off with writing a PEP first. In order to implement the proposal you've to make changes to the parser and tokenizer - perhaps to the grammar, too. The code is rather complex and tricky - and not very well documented. Christian _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
