Keyword "as" in RuleDispatch

Alexey Smishlayev <[email protected]> Fri, 2 Oct 2015 10:34:54 +0300
Newsgroups gmane.comp.python.peak
Message-ID <[email protected]>
Hello!

In the RuleDispatch package (I use most recent dev snapshot 
http://peak.telecommunity.com/snapshots/RuleDispatch-0.5a1.dev-r2717.tar.gz, 
file src/dispatch/__init__.py, line 22) a global name "as" is set, which 
is a reserved keyword in Python 2.7. That makes the package unusable, so 
I have to patch it locally every time I do an install.

Is that an expected behavior or maybe there are other ways to deals with 
the problem?


Best regards,
Alexey Smishlayev