[Zodb-checkins] SVN: ZODB/trunk/src/ fix spelling of picklable to
be in line with the official python
Philipp von Weitershausen
philikon at philikon.de
Thu Oct 20 09:47:55 EDT 2005
Log message for revision 39538:
fix spelling of picklable to be in line with the official python
docs
Changed:
U ZODB/trunk/src/ZEO/StorageServer.py
U ZODB/trunk/src/transaction/interfaces.py
-=-
Modified: ZODB/trunk/src/ZEO/StorageServer.py
===================================================================
--- ZODB/trunk/src/ZEO/StorageServer.py 2005-10-20 13:47:26 UTC (rev 39537)
+++ ZODB/trunk/src/ZEO/StorageServer.py 2005-10-20 13:47:55 UTC (rev 39538)
@@ -64,7 +64,7 @@
logger.log(level, message, exc_info=exc_info)
class StorageServerError(StorageError):
- """Error reported when an unpickleable exception is raised."""
+ """Error reported when an unpicklable exception is raised."""
class ZEOStorage:
"""Proxy to underlying storage for a single remote client."""
Modified: ZODB/trunk/src/transaction/interfaces.py
===================================================================
--- ZODB/trunk/src/transaction/interfaces.py 2005-10-20 13:47:26 UTC (rev 39537)
+++ ZODB/trunk/src/transaction/interfaces.py 2005-10-20 13:47:55 UTC (rev 39538)
@@ -156,7 +156,7 @@
"""Add extension data to the transaction.
name is the name of the extension property to set, of Python type
- str; value must be pickleable. Multiple calls may be made to set
+ str; value must be picklable. Multiple calls may be made to set
multiple extension properties, provided the names are distinct.
Storages record the extension data, as meta-data, when a transaction
More information about the Zodb-checkins
mailing list