diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-08-16 02:59:55 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-08-16 02:59:55 (GMT) |
commit | 9abf93d6c96991167cc6acf50f025410ea1def2f (patch) | |
tree | 2d4cd67df1cc6f47d5244a771753ced49f63a4a6 /Doc/library/logging.rst | |
parent | 24c4d85598d9f191350ae8a345c310a1a5c75214 (diff) | |
download | cpython-9abf93d6c96991167cc6acf50f025410ea1def2f.zip cpython-9abf93d6c96991167cc6acf50f025410ea1def2f.tar.gz cpython-9abf93d6c96991167cc6acf50f025410ea1def2f.tar.bz2 |
murder some versionadded and versionchanged directives in their beds
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r-- | Doc/library/logging.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 734e3b2..43e738e 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -2315,10 +2315,6 @@ The ``class`` entry indicates the handler's class (as determined by :func:`eval` in the ``logging`` package's namespace). The ``level`` is interpreted as for loggers, and ``NOTSET`` is taken to mean "log everything". -.. versionchanged:: 2.6 - Added support for resolving the handler's class as a dotted module and class - name. - The ``formatter`` entry indicates the key name of the formatter for this handler. If blank, a default formatter (``logging._defaultFormatter``) is used. If a name is specified, it must appear in the ``[formatters]`` section and have |