[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/server/mkzopeinstance.py revise XXX comment that shouldn't be

Fred L. Drake, Jr. fdrake at gmail.com
Mon Aug 9 13:28:38 EDT 2004


Log message for revision 26964:
  revise XXX comment that shouldn't be


Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/server/mkzopeinstance.py


-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/server/mkzopeinstance.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/server/mkzopeinstance.py	2004-08-09 16:25:11 UTC (rev 26963)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/server/mkzopeinstance.py	2004-08-09 17:28:38 UTC (rev 26964)
@@ -183,7 +183,7 @@
                 self.copytree(srcname, dstname)
             else:
                 self.copyfile(srcname, dstname)
-            # XXX What about devices, sockets etc.?
+            # There shouldn't be any need to deal with devices, sockets etc.
 
     def copyfile(self, src, dst):
         if dst.endswith(".in"):



More information about the Zope3-Checkins mailing list