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
9a546530
Commit
9a546530
authored
Jan 08, 2013
by
Vinay Sajip
Browse files
Options
Browse Files
Download
Plain Diff
Issue #16884: Merged doc fix from 3.2.
parents
f6fb3a32
21b30827
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Doc/howto/logging.rst
Doc/howto/logging.rst
+4
-4
Doc/library/logging.rst
Doc/library/logging.rst
+2
-2
No files found.
Doc/howto/logging.rst
View file @
9a546530
...
...
@@ -970,10 +970,10 @@ The default implementation of :meth:`handleError` in :class:`Handler` checks
to see if a module-level variable, :data:`raiseExceptions`, is set. If set, a
traceback is printed to :data:`sys.stderr`. If not set, the exception is swallowed.
**Note:** The default value of :data:`raiseExceptions` is ``True``. This is because
during development, you typically want to be notified of any exceptions that
occur. It's advised that you set :data:`raiseExceptions` to ``False`` for production
usage.
.. note:: The default value of :data:`raiseExceptions` is ``True``. This is
because during development, you typically want to be notified of any
exceptions that occur. It's advised that you set :data:`raiseExceptions` to
``False`` for production
usage.
.. currentmodule:: logging
...
...
Doc/library/logging.rst
View file @
9a546530
...
...
@@ -978,8 +978,8 @@ functions.
registered
using
this
function
,
levels
should
be
positive
integers
and
they
should
increase
in
increasing
order
of
severity
.
NOTE
:
If
you
are
thinking
of
defining
your
own
levels
,
please
see
the
section
on
:
ref
:`
custom
-
levels
`.
..
note
::
If
you
are
thinking
of
defining
your
own
levels
,
please
see
the
section
on
:
ref
:`
custom
-
levels
`.
..
function
::
getLevelName
(
lvl
)
...
...
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