Commit 56894b50 authored by Benjamin Peterson's avatar Benjamin Peterson

fix versionchanged

parent 7ab4b8d3
...@@ -440,9 +440,9 @@ import mechanisms. Thus, you could use either `handlers.WatchedFileHandler` ...@@ -440,9 +440,9 @@ import mechanisms. Thus, you could use either `handlers.WatchedFileHandler`
class defined in package `mypackage` and module `mymodule`, where `mypackage` class defined in package `mypackage` and module `mymodule`, where `mypackage`
is available on the Python import path). 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 dictionaries to hold configuration information. This provides a superset of the
functionality of the config-file-based approach outlined above, and is the functionality of the config-file-based approach outlined above, and is the
recommended configuration method for new applications and deployments. Because recommended configuration method for new applications and deployments. Because
......
...@@ -91,7 +91,7 @@ User code can define additional warning categories by subclassing one of the ...@@ -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 standard warning categories. A warning category must always be a subclass of
the :exc:`Warning` class. the :exc:`Warning` class.
.. versionchanged:: 2.7 .. versionchanged:: 3.2
:exc:`DeprecationWarning` is ignored by default. :exc:`DeprecationWarning` is ignored by default.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment