[Zope-CVS] SVN: zpkgtools/trunk/zpkgtools/include.py do not copy stat information for directories, since Windows will not allow it

Fred L. Drake, Jr. fdrake at gmail.com
Fri Sep 17 17:12:41 EDT 2004


Log message for revision 27625:
  do not copy stat information for directories, since Windows will not allow it


Changed:
  U   zpkgtools/trunk/zpkgtools/include.py


-=-
Modified: zpkgtools/trunk/zpkgtools/include.py
===================================================================
--- zpkgtools/trunk/zpkgtools/include.py	2004-09-17 20:26:57 UTC (rev 27624)
+++ zpkgtools/trunk/zpkgtools/include.py	2004-09-17 21:12:41 UTC (rev 27625)
@@ -417,7 +417,6 @@
             # bits and stat info.
             os.mkdir(destination)
             shutil.copymode(source, destination)
-            shutil.copystat(source, destination)
 
     def copy_file(self, source, destination):
         """Copy a single file into the output tree."""



More information about the Zope-CVS mailing list