Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
ZODB
Commits
39130cd3
Commit
39130cd3
authored
25 years ago
by
Jim Fulton
Browse files
Options
Download
Email Patches
Plain Diff
Vastly expanded request debugging info.
parent
80c17d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
trunk/src/ZODB/ZApplication.py
trunk/src/ZODB/ZApplication.py
+2
-2
No files found.
trunk/src/ZODB/ZApplication.py
View file @
39130cd3
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
This module provides a wrapper that causes a database connection to be created
This module provides a wrapper that causes a database connection to be created
and used when bobo publishes a bobo_application object.
and used when bobo publishes a bobo_application object.
"""
"""
__version__
=
'$Revision: 1.
6
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
7
$'
[
11
:
-
2
]
StringType
=
type
(
''
)
StringType
=
type
(
''
)
...
@@ -122,7 +122,7 @@ class ZApplicationWrapper:
...
@@ -122,7 +122,7 @@ class ZApplicationWrapper:
cleanup
.
__del__
=
conn
.
close
cleanup
.
__del__
=
conn
.
close
REQUEST
.
_hold
(
cleanup
)
REQUEST
.
_hold
(
cleanup
)
conn
.
setDebugInfo
(
REQUEST
.
get
(
'PATH_INFO'
,
'(No path info)'
)
)
conn
.
setDebugInfo
(
REQUEST
.
environ
,
REQUEST
.
other
)
v
=
conn
.
root
()[
aname
]
v
=
conn
.
root
()[
aname
]
...
...
This diff is collapsed.
Click to expand it.
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