[Zope-Checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.73.2.2 StorageServer.py:1.74.2.1 __init__.py:1.12.2.2 simul.py:1.12.8.1
Guido van Rossum
guido@python.org
Thu, 3 Oct 2002 20:09:36 -0400
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv20331
Modified Files:
Tag: ZODB3-3_1-branch
ClientStorage.py StorageServer.py __init__.py simul.py
Log Message:
Whitespace normalization.
=== ZODB3/ZEO/ClientStorage.py 1.73.2.1 => 1.73.2.2 ===
--- ZODB3/ZEO/ClientStorage.py:1.73.2.1 Thu Oct 3 19:08:25 2002
+++ ZODB3/ZEO/ClientStorage.py Thu Oct 3 20:09:05 2002
@@ -136,7 +136,7 @@
false, the environment value ZEO_CLIENT is used. If the
effective value is true, the client cache is persistent.
See ClientCache for more info.
-
+
debug -- Ignored. This is present only for backwards
compatibility with ZEO 1.
=== ZODB3/ZEO/StorageServer.py 1.74 => 1.74.2.1 ===
--- ZODB3/ZEO/StorageServer.py:1.74 Tue Oct 1 17:12:12 2002
+++ ZODB3/ZEO/StorageServer.py Thu Oct 3 20:09:05 2002
@@ -43,7 +43,7 @@
"""Internal helper to reset the logging label (e.g. after fork())."""
global _label
_label = "ZSS:%s" % os.getpid()
-
+
def log(message, level=zLOG.INFO, label=None, error=None):
"""Internal helper to log a message using zLOG."""
zLOG.LOG(label or _label, level, message, error=error)
=== ZODB3/ZEO/__init__.py 1.12.2.1 => 1.12.2.2 ===
--- ZODB3/ZEO/__init__.py:1.12.2.1 Thu Oct 3 17:46:37 2002
+++ ZODB3/ZEO/__init__.py Thu Oct 3 20:09:05 2002
@@ -22,4 +22,3 @@
"""
version = "2.0b2"
-
=== ZODB3/ZEO/simul.py 1.12 => 1.12.8.1 ===
--- ZODB3/ZEO/simul.py:1.12 Tue Sep 17 12:12:46 2002
+++ ZODB3/ZEO/simul.py Thu Oct 3 20:09:05 2002
@@ -18,7 +18,7 @@
Use one of -b, -f, -l, -y or -z select the cache simulator:
-b: buddy system allocator
--f: simple free list allocator
+-f: simple free list allocator
-l: idealized LRU (no allocator)
-y: variation on the existing ZEO cache that copies to current file
-z: existing ZEO cache (default)