[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/historical_connections.txt Fixed a typo in my previous fix. Thanks Benji.
Jim Fulton
jim at zope.com
Wed Oct 29 15:58:04 EDT 2008
Log message for revision 92683:
Fixed a typo in my previous fix. Thanks Benji.
Changed:
U ZODB/trunk/src/ZODB/historical_connections.txt
-=-
Modified: ZODB/trunk/src/ZODB/historical_connections.txt
===================================================================
--- ZODB/trunk/src/ZODB/historical_connections.txt 2008-10-29 19:43:19 UTC (rev 92682)
+++ ZODB/trunk/src/ZODB/historical_connections.txt 2008-10-29 19:58:02 UTC (rev 92683)
@@ -46,7 +46,7 @@
>>> import time
>>> t = time.time()
- >>> while time.time <= t:
+ >>> while time.time() <= t:
... time.sleep(.001)
More information about the Zodb-checkins
mailing list