Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
18b2e844
Commit
18b2e844
authored
Feb 17, 2015
by
Jens W. Klein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Queue additional warning filters at the beginning of the queue in order to allow overrides.
parent
593c9745
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
doc/CHANGES.rst
doc/CHANGES.rst
+3
-0
src/Zope2/Startup/warnfilter.py
src/Zope2/Startup/warnfilter.py
+1
-1
No files found.
doc/CHANGES.rst
View file @
18b2e844
...
...
@@ -8,6 +8,9 @@ http://docs.zope.org/zope2/
2.13.23 (unreleased)
--------------------
- Fix: Queue additional warning filters at the beginning of the queue in order
to allow overrides.
- Issue #16: prevent leaked connections when broken ``EndRequestEvent``
subscribers raise exceptions.
...
...
src/Zope2/Startup/warnfilter.py
View file @
18b2e844
...
...
@@ -51,5 +51,5 @@ def warning_filter_handler(section):
import
warnings
# add the warning filter
warnings
.
filterwarnings
(
section
.
action
,
section
.
message
,
section
.
category
,
section
.
module
,
section
.
lineno
,
1
)
section
.
module
,
section
.
lineno
)
return
section
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