[Zope3-checkins] CVS: Zope3 - test.py:1.52
Steve Alexander
steve@cat-box.net
Wed, 9 Apr 2003 05:11:09 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv30528
Modified Files:
test.py
Log Message:
Clarified what "a python debug build" means.
=== Zope3/test.py 1.51 => 1.52 ===
--- Zope3/test.py:1.51 Wed Apr 9 05:09:03 2003
+++ Zope3/test.py Wed Apr 9 05:11:08 2003
@@ -79,7 +79,7 @@
-r
Look for refcount problems.
- This requires a debug build of Python.
+ This requires that Python was built --with-pydebug.
-T
Use the trace module from Python for code coverage. XXX This only works