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
d2b72af8
Commit
d2b72af8
authored
Nov 17, 2016
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use ``extension`` rather than the deprecated ``_extension``.
parent
cb1fb18e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/ZODB/BaseStorage.py
src/ZODB/BaseStorage.py
+1
-1
src/ZODB/MappingStorage.py
src/ZODB/MappingStorage.py
+1
-1
No files found.
src/ZODB/BaseStorage.py
View file @
d2b72af8
...
...
@@ -191,7 +191,7 @@ class BaseStorage(UndoLogCompatible):
user
=
transaction
.
user
desc
=
transaction
.
description
ext
=
transaction
.
_
extension
ext
=
transaction
.
extension
if
ext
:
ext
=
dumps
(
ext
,
_protocol
)
else
:
...
...
src/ZODB/MappingStorage.py
View file @
d2b72af8
...
...
@@ -340,7 +340,7 @@ class TransactionRecord:
self
.
tid
=
tid
self
.
user
=
transaction
.
user
self
.
description
=
transaction
.
description
extension
=
transaction
.
_
extension
extension
=
transaction
.
extension
self
.
extension
=
extension
self
.
data
=
data
...
...
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