Is it true that 'as' is going to become a keyword in future? I ask, because I was thinking about implementing an 'as' function, such that:
[as(classmethod)] def foo(...): ...
will work for Python 2.2 and up.
Actually, I've already written and tested the function itself, it's just that I would like to be sure that I shouldn't try to come up with another name. :)