[Zope3-checkins] SVN: zope.testing/trunk/README.txt add note about
recently fixed bug
Benji York
benji at zope.com
Tue Jul 8 08:17:31 EDT 2008
Log message for revision 88106:
add note about recently fixed bug
Changed:
U zope.testing/trunk/README.txt
-=-
Modified: zope.testing/trunk/README.txt
===================================================================
--- zope.testing/trunk/README.txt 2008-07-08 11:04:02 UTC (rev 88105)
+++ zope.testing/trunk/README.txt 2008-07-08 12:17:30 UTC (rev 88106)
@@ -78,7 +78,7 @@
- Added a doctest for ``zope.testing.module``. There were several bugs
that were fixed:
-
+
* ``README.txt`` was a really bad default argument for the module
name, as it is not a proper dotted name. The code would
immediately fail as it would look for the ``txt`` module in the
@@ -87,6 +87,10 @@
* The tearDown function did not clean up the ``__name__`` entry in the
global dictionary.
+ * Fix a bug that caused a SubprocessError to be generated if a subprocess
+ sent any output to stderr.
+
+
3.5.1 (2007/08/14)
==================
More information about the Zope3-Checkins
mailing list