Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
3ad4d0ab
Commit
3ad4d0ab
authored
Oct 20, 2005
by
Philipp von Weitershausen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix spelling of picklable to be in line with the official python
docs
parent
1fee8f29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/ZEO/StorageServer.py
src/ZEO/StorageServer.py
+1
-1
src/transaction/interfaces.py
src/transaction/interfaces.py
+1
-1
No files found.
src/ZEO/StorageServer.py
View file @
3ad4d0ab
...
@@ -64,7 +64,7 @@ def log(message, level=logging.INFO, label=None, exc_info=False):
...
@@ -64,7 +64,7 @@ def log(message, level=logging.INFO, label=None, exc_info=False):
logger
.
log
(
level
,
message
,
exc_info
=
exc_info
)
logger
.
log
(
level
,
message
,
exc_info
=
exc_info
)
class
StorageServerError
(
StorageError
):
class
StorageServerError
(
StorageError
):
"""Error reported when an unpickl
e
able exception is raised."""
"""Error reported when an unpicklable exception is raised."""
class
ZEOStorage
:
class
ZEOStorage
:
"""Proxy to underlying storage for a single remote client."""
"""Proxy to underlying storage for a single remote client."""
...
...
src/transaction/interfaces.py
View file @
3ad4d0ab
...
@@ -156,7 +156,7 @@ class ITransaction(zope.interface.Interface):
...
@@ -156,7 +156,7 @@ class ITransaction(zope.interface.Interface):
"""Add extension data to the transaction.
"""Add extension data to the transaction.
name is the name of the extension property to set, of Python type
name is the name of the extension property to set, of Python type
str; value must be pickl
e
able. 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.
multiple extension properties, provided the names are distinct.
Storages record the extension data, as meta-data, when a transaction
Storages record the extension data, as meta-data, when a transaction
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment