[pypy-svn] r2736 - pypy/trunk/src/pypy/translator
arigo at codespeak.net
arigo at codespeak.net
Wed Jan 7 19:14:11 CET 2004
Author: arigo
Date: Wed Jan 7 19:14:08 2004
New Revision: 2736
Modified:
pypy/trunk/src/pypy/translator/annrpython.py
Log:
Added type annotation for %.
Modified: pypy/trunk/src/pypy/translator/annrpython.py
==============================================================================
--- pypy/trunk/src/pypy/translator/annrpython.py (original)
+++ pypy/trunk/src/pypy/translator/annrpython.py Wed Jan 7 19:14:08 2004
@@ -302,6 +302,7 @@
return result
consider_op_and_ = consider_op_sub # trailing underline
+ consider_op_mod = consider_op_sub
consider_op_inplace_lshift = consider_op_sub
def consider_op_is_true(self, arg):
More information about the Pypy-commit
mailing list