From: Finn B. <bc...@us...> - 2002-03-11 13:53:54
|
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 |