[Zope-CVS] CVS: Packages/WinBuilders/doc - ZC_PY_DIST_README.txt:1.4
Tim Peters
tim.one at comcast.net
Fri Jan 30 22:16:54 EST 2004
Update of /cvs-repository/Packages/WinBuilders/doc
In directory cvs.zope.org:/tmp/cvs-serv27187/doc
Modified Files:
ZC_PY_DIST_README.txt
Log Message:
Noted other ways in which this Python differs from the python.org Python.
=== Packages/WinBuilders/doc/ZC_PY_DIST_README.txt 1.3 => 1.4 ===
--- Packages/WinBuilders/doc/ZC_PY_DIST_README.txt:1.3 Thu Jan 29 18:42:40 2004
+++ Packages/WinBuilders/doc/ZC_PY_DIST_README.txt Fri Jan 30 22:16:52 2004
@@ -9,4 +9,18 @@
- The ZC version does not write the same registry entries as the
Python.org distribution.
-- The ZC version includes Mark Hammond's win32all package.
+- The ZC version includes Mark Hammond's win32all package, although the
+ package structure is lost, and whenever there's more than one file
+ with the same name in win32all only one of them gets included here.
+ This ought to be fixed, but the uses Zope makes of win32all appear
+ not to care about the ways in which the win32all installation is
+ flawed.
+
+- The Doc, Tools and Script directories aren't installed.
+
+- Tcl/Tk is not included.
+
+- Python's Lib/test directory doesn't contain enough to run the Python
+ tests successfully (the expected-output subdirectory isn't installed,
+ and various test-input data files aren't installed -- only .py files
+ are installed).
More information about the Zope-CVS
mailing list