Update of /cvsroot/jython/bugtests
In directory usw-pr-cvs1:/tmp/cvs-serv27881
Added Files:
test357.py
Log Message:
Test for "[ 517237 ] Binary ops with int and long fail"
--- NEW FILE: test357.py ---
"""
[ 517237 ] Binary ops with int and long fail
"""
import support
5&7L
5|7L
5^7L
|