From: <pj...@us...> - 2008-10-16 16:54:15
|
Revision: 5433 http://jython.svn.sourceforge.net/jython/?rev=5433&view=rev Author: pjenvey Date: 2008-10-16 16:54:06 +0000 (Thu, 16 Oct 2008) Log Message: ----------- typo Modified Paths: -------------- trunk/jython/Lib/test/test_dict_jy.py Modified: trunk/jython/Lib/test/test_dict_jy.py =================================================================== --- trunk/jython/Lib/test/test_dict_jy.py 2008-10-16 16:18:04 UTC (rev 5432) +++ trunk/jython/Lib/test/test_dict_jy.py 2008-10-16 16:54:06 UTC (rev 5433) @@ -25,7 +25,7 @@ def testUnhashableKeys(self): try: - a = {1:2} + a = {[1]:2} except TypeError: pass else: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |