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
56894b50
Commit
56894b50
authored
Jun 28, 2010
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix versionchanged
parent
7ab4b8d3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/library/logging.rst
Doc/library/logging.rst
+2
-2
Doc/library/warnings.rst
Doc/library/warnings.rst
+1
-1
No files found.
Doc/library/logging.rst
View file @
56894b50
...
...
@@ -440,9 +440,9 @@ import mechanisms. Thus, you could use either `handlers.WatchedFileHandler`
class
defined
in
package
`
mypackage
`
and
module
`
mymodule
`,
where
`
mypackage
`
is
available
on
the
Python
import
path
).
..
versionchanged
::
2.7
..
versionchanged
::
3.2
In
Python
2.7
,
a
new
means
of
configuring
logging
has
been
introduced
,
using
In
Python
3.2
,
a
new
means
of
configuring
logging
has
been
introduced
,
using
dictionaries
to
hold
configuration
information
.
This
provides
a
superset
of
the
functionality
of
the
config
-
file
-
based
approach
outlined
above
,
and
is
the
recommended
configuration
method
for
new
applications
and
deployments
.
Because
...
...
Doc/library/warnings.rst
View file @
56894b50
...
...
@@ -91,7 +91,7 @@ User code can define additional warning categories by subclassing one of the
standard warning categories. A warning category must always be a subclass of
the :exc:`Warning` class.
.. versionchanged::
2.7
.. versionchanged::
3.2
:exc:`DeprecationWarning` is ignored by default.
...
...
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