[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/pythonpage/__init__.py Comverted XXX to statement.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:45:21 EDT 2004


Log message for revision 26308:

Comverted XXX to statement.




-=-
Modified: Zope3/trunk/src/zope/app/pythonpage/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/pythonpage/__init__.py	2004-07-09 15:45:19 UTC (rev 26307)
+++ Zope3/trunk/src/zope/app/pythonpage/__init__.py	2004-07-09 15:45:21 UTC (rev 26308)
@@ -123,8 +123,8 @@
 
       Make sure that faulty syntax is interpreted correctly.
 
-      # XXX: Note: We cannot just print the error directly, since there is a
-      # bug in the Linux version of Python that does not display the filename
+      # Note: We cannot just print the error directly, since there is a
+      # 'bug' in the Linux version of Python that does not display the filename
       # of the source correctly. So we construct an information string by hand.
 
       >>> def print_err(err):



More information about the Zope3-Checkins mailing list