[Checkins] SVN: zope.app.pythonpage/trunk/ Fixed a spurious test failure when run with with Python 2.6

Jim Fulton jim at zope.com
Sat Aug 15 16:42:29 EDT 2009


Log message for revision 102839:
  Fixed a spurious test failure when run with with Python 2.6
  

Changed:
  U   zope.app.pythonpage/trunk/CHANGES.txt
  U   zope.app.pythonpage/trunk/src/zope/app/pythonpage/__init__.py

-=-
Modified: zope.app.pythonpage/trunk/CHANGES.txt
===================================================================
--- zope.app.pythonpage/trunk/CHANGES.txt	2009-08-15 20:42:26 UTC (rev 102838)
+++ zope.app.pythonpage/trunk/CHANGES.txt	2009-08-15 20:42:29 UTC (rev 102839)
@@ -2,10 +2,10 @@
 CHANGES
 =======
 
-3.5.1 (unreleased)
+3.5.1 (2009-08-15)
 ------------------
 
-- ...
+- Fixed a spurious test failure when run with with Python 2.6
 
 3.5.0 (2009-02-01)
 ------------------

Modified: zope.app.pythonpage/trunk/src/zope/app/pythonpage/__init__.py
===================================================================
--- zope.app.pythonpage/trunk/src/zope/app/pythonpage/__init__.py	2009-08-15 20:42:26 UTC (rev 102838)
+++ zope.app.pythonpage/trunk/src/zope/app/pythonpage/__init__.py	2009-08-15 20:42:29 UTC (rev 102839)
@@ -143,7 +143,7 @@
       ... except SyntaxError, err:
       ...     print_err(err)
       ... # doctest: +ELLIPSIS
-      EOF while scanning triple-quoted string, /pp, line 1, offset ...
+      EOF while scanning triple-quoted string... /pp, line 1, offset ...
 
       >>> try:
       ...     pp.setSource(u"prin 'hello'")



More information about the Checkins mailing list