[Zope3-checkins] SVN: zope.testing/trunk/CHANGES.txt - Added context-manager support to ``zope.testing.setupstack``
Jim Fulton
jim at zope.com
Sat Jan 28 21:14:10 UTC 2012
Log message for revision 124226:
- Added context-manager support to ``zope.testing.setupstack``
- Added the ``wait_until`` module, which makes it easier to deal with
non-deterministic timing issues.
- Renamed ``zope.testing.renormalizing.RENormalizing`` to
``zope.testing.renormalizing.OutputChecker``. The old name is an
alias.
- Updated tests to run with Python 3.
- More clearly labeled which features were supported by Python 3.
- Reorganized documentation.
Changed:
U zope.testing/trunk/CHANGES.txt
-=-
Modified: zope.testing/trunk/CHANGES.txt
===================================================================
--- zope.testing/trunk/CHANGES.txt 2012-01-28 21:12:57 UTC (rev 124225)
+++ zope.testing/trunk/CHANGES.txt 2012-01-28 21:14:10 UTC (rev 124226)
@@ -1,7 +1,7 @@
zope.testing Changelog
**********************
-4.1.0 (unreleased)
+4.1.0 (2012-01-28)
==================
- Added context-manager support to ``zope.testing.setupstack``
@@ -17,6 +17,8 @@
- More clearly labeled which features were supported by Python 3.
+- Reorganized documentation.
+
4.0.0 (2011-11-09)
==================
More information about the Zope3-Checkins
mailing list