[Zodb-checkins] CVS: ZODB3 - README.txt:1.19.6.8
Jeremy Hylton
jeremy at zope.com
Tue Jan 20 12:37:50 EST 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv20138
Modified Files:
Tag: Zope-2_7-branch
README.txt
Log Message:
Update test count and Python version in example session.
=== ZODB3/README.txt 1.19.6.7 => 1.19.6.8 ===
--- ZODB3/README.txt:1.19.6.7 Tue Jan 20 10:55:03 2004
+++ ZODB3/README.txt Tue Jan 20 12:37:49 2004
@@ -90,12 +90,12 @@
You can test this by cd'ing to your home directory and typing the
following commands::
- Python 2.2.3 (#50, May 30 2003, 16:14:25)
- [GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-113)] on linux2
+ Python 2.3.3 (#11, Jan 7 2004, 10:06:56)
+ [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
>>> ZODB.__version__
- '3.2.1b1'
+ '3.2.1c1'
Testing
-------
@@ -121,7 +121,7 @@
time to run. To run all the available tests use the ``--all`` option.
Running all the tests takes much longer.::
- Ran 1571 tests in 1601.557s
+ Ran 1577 tests in 1601.557s
OK
More information about the Zodb-checkins
mailing list