[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/README.txt Fix failure in Windows.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Feb 27 18:12:30 EST 2005


Log message for revision 29327:
  Fix failure in Windows.
  

Changed:
  U   Zope3/trunk/src/zope/app/apidoc/codemodule/README.txt

-=-
Modified: Zope3/trunk/src/zope/app/apidoc/codemodule/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/codemodule/README.txt	2005-02-27 22:45:03 UTC (rev 29326)
+++ Zope3/trunk/src/zope/app/apidoc/codemodule/README.txt	2005-02-27 23:12:30 UTC (rev 29327)
@@ -302,7 +302,12 @@
 
 the parser info object,
 
-  >>> root.info
+  >>> info = `root.info`
+  
+  # Windows fix
+  >>> info = info.replace('\\\\', '/')
+
+  >>> print info
   File
   "/opt/zope/Zope3/Zope3-Fresh/src/zope/app/apidoc/codemodule/configure.zcml",
   line 1.0-53.0



More information about the Zope3-Checkins mailing list