Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
57eb0de2
Commit
57eb0de2
authored
Mar 10, 2014
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whatsnew: logging.config.listen *verify* (#15452).
parent
efe348b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+5
-0
Misc/NEWS
Misc/NEWS
+4
-0
No files found.
Doc/whatsnew/3.4.rst
View file @
57eb0de2
...
...
@@ -1014,6 +1014,11 @@ the application modifies the configuration before passing it to
:func:`~logging.config.fileConfig`. (Contributed by Vinay Sajip in
:issue:`16110`.)
Logging configuration data received from a socket via the
:func:`logging.config.listen` function can now be validated before being
processed by supplying a verification function as the argument to the new
*verify* keyword argument. (Contributed by Vinay Sajip in :issue:`15452`.)
.. _whatsnew-marshal-3:
...
...
Misc/NEWS
View file @
57eb0de2
...
...
@@ -3638,6 +3638,10 @@ Library
-
Issue
#
9650
:
List
commonly
used
format
codes
in
time
.
strftime
and
time
.
strptime
docsttings
.
Original
patch
by
Mike
Hoy
.
-
Issue
#
15452
:
logging
configuration
socket
listener
now
has
a
verify
option
that
allows
an
application
to
apply
a
verification
function
to
the
received
configuration
data
before
it
is
acted
upon
.
-
Issue
#
16034
:
Fix
performance
regressions
in
the
new
`
bz2
.
BZ2File
`
implementation
.
Initial
patch
by
Serhiy
Storchaka
.
...
...
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