diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-04-24 02:34:53 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-04-24 02:34:53 (GMT) |
commit | 35e8c4653455ceeac5b49b369b4c11be6096ea17 (patch) | |
tree | 56520e401f31f82834da704af56430a70683bac8 /Doc/library/logging.rst | |
parent | 3513358e11df32cc02047e48a9a9a976343ba16c (diff) | |
download | cpython-35e8c4653455ceeac5b49b369b4c11be6096ea17.zip cpython-35e8c4653455ceeac5b49b369b4c11be6096ea17.tar.gz cpython-35e8c4653455ceeac5b49b369b4c11be6096ea17.tar.bz2 |
remove some old versionchanged and versionadded directives
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r-- | Doc/library/logging.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index ac462fe..d109ea1 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -1240,10 +1240,6 @@ When this script is run, the output should look something like this:: 2008-01-18 14:49:54,033 d.e.f WARNING IP: 192.168.0.1 User: sheila A message at WARNING level with 2 parameters 2008-01-18 14:49:54,033 d.e.f WARNING IP: 127.0.0.1 User: jim A message at WARNING level with 2 parameters -.. versionadded:: 2.6 - -The :class:`LoggerAdapter` class was not present in previous versions. - .. _network-logging: @@ -2143,8 +2139,6 @@ made, and any exception information to be logged. LoggerAdapter Objects --------------------- -.. versionadded:: 2.6 - :class:`LoggerAdapter` instances are used to conveniently pass contextual information into logging calls. For a usage example , see the section on `adding contextual information to your logging output`__. |