diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-07-20 08:51:20 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-07-20 08:51:20 (GMT) |
commit | 5e1658c5d7030d03148a4805ffb09d4374963580 (patch) | |
tree | c3acbcff3462174580b28cd657ab5a94836c2671 /Doc/library | |
parent | 8fda35909556c24f958b6418286a1d8f9f9a5717 (diff) | |
parent | 3be7a8bbcfb82d54865b1bf3d775d40a66c8620f (diff) | |
download | cpython-5e1658c5d7030d03148a4805ffb09d4374963580.zip cpython-5e1658c5d7030d03148a4805ffb09d4374963580.tar.gz cpython-5e1658c5d7030d03148a4805ffb09d4374963580.tar.bz2 |
Closes #15399: merged documentation fix from 3.2.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/logging.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index fbbd305..0d956b0 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -746,6 +746,9 @@ the options available to you. | threadName | ``%(threadName)s`` | Thread name (if available). | +----------------+-------------------------+-----------------------------------------------+ +.. versionchanged:: 3.1 + *processName* was added. + .. _logger-adapter: |