[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.262
Lennart Regebro
regebro at nuxeo.com
Fri Nov 26 14:48:56 EST 2004
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv13409/doc
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt
Log Message:
bin/zopectl test now uses os.execv, instead os os.system, so that options with characters that needs shell quoting doesn't break the command.
=== Zope/doc/CHANGES.txt 1.625.2.261 => 1.625.2.262 ===
--- Zope/doc/CHANGES.txt:1.625.2.261 Fri Nov 26 14:44:44 2004
+++ Zope/doc/CHANGES.txt Fri Nov 26 14:48:25 2004
@@ -17,6 +17,10 @@
Bugs fixed
+ - bin/zopectl test now uses os.execv, instead os os.system,
+ so that options with characters that needs shell quoting
+ doesn't break the command.
+
- Updated doc/UNITTEST.txt and lib/python/Testing/README.txt to
reflect progress made since UNITTEST.txt was originally written.
More information about the Zope-Checkins
mailing list