Revision: 5644
http://jython.svn.sourceforge.net/jython/?rev=5644&view=rev
Author: pjenvey
Date: 2008-11-27 03:30:23 +0000 (Thu, 27 Nov 2008)
Log Message:
-----------
update/clarify comment
Modified Paths:
--------------
trunk/jython/Lib/test/test_genexps.py
Modified: trunk/jython/Lib/test/test_genexps.py
===================================================================
--- trunk/jython/Lib/test/test_genexps.py 2008-11-26 19:43:27 UTC (rev 5643)
+++ trunk/jython/Lib/test/test_genexps.py 2008-11-27 03:30:23 UTC (rev 5644)
@@ -1,9 +1,8 @@
-#From http://svn.python.org/projects/python/branches/release25-maint/Lib/test_genexps.py@51333
+# From http://svn.python.org/projects/python/branches/release25-maint/Lib/test_genexps.py@51333
-#Ignoring details of SyntaxError for now -- justified I think for "invalid
+# Ignoring details of SyntaxError for now -- justified I think for "invalid
# syntax" since that #message has very little info, where Antlr provides more
-# detail. The others really are #differences that should be addressed, but I
-# want to concentrate on the other errors for now.
+# detail.
doctests = """
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|