[Zope3-checkins] SVN: Zope3/trunk/ Merged from 3.2 branch:
Jim Fulton
jim at zope.com
Tue Jan 3 14:15:42 EST 2006
Log message for revision 41112:
Merged from 3.2 branch:
r41084 | jim | 2006-01-02 12:25:56 -0500 (Mon, 02 Jan 2006) | 2 lines
Updated change documentation for Beta 3.
r41061 | jim | 2006-01-01 13:52:48 -0500 (Sun, 01 Jan 2006) | 3 lines
Integrated latest zope.testing, which includes a fix to the testrunner
--coverage option.
Changed:
U Zope3/trunk/doc/CHANGES.txt
_U Zope3/trunk/src/zope/
-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt 2006-01-03 19:02:50 UTC (rev 41111)
+++ Zope3/trunk/doc/CHANGES.txt 2006-01-03 19:15:42 UTC (rev 41112)
@@ -35,6 +35,18 @@
------------------------------------------------------------------
+ Zope 3.2.0b3
+
+ - The test-runner --coverage option didn't work when tested code
+ was installed in Python's site-packages, which is the case for
+ Zope 3 on windows.
+
+ - Input buffering failed and caused Zope to hang when uploading
+ large files and using the Twisted server.
+
+ - Make zopetest insert rather than append the library path
+ (fix spurious test failures from packages in site-packages)
+
Zope 3.2.0b2
New features
Property changes on: Zope3/trunk/src/zope
___________________________________________________________________
Name: svn:externals
- testing -r40511 svn://svn.zope.org/repos/main/zope.testing/trunk/src/zope/testing
+ testing -r41060 svn://svn.zope.org/repos/main/zope.testing/trunk/src/zope/testing
More information about the Zope3-Checkins
mailing list