diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-07-20 09:51:20 +0100 |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-07-20 09:51:20 +0100 |
| commit | 5e1658c5d7030d03148a4805ffb09d4374963580 (patch) | |
| tree | c3acbcff3462174580b28cd657ab5a94836c2671 /Doc/library/logging.rst | |
| parent | 8fda35909556c24f958b6418286a1d8f9f9a5717 (diff) | |
| parent | 3be7a8bbcfb82d54865b1bf3d775d40a66c8620f (diff) | |
| download | cpython-git-5e1658c5d7030d03148a4805ffb09d4374963580.tar.gz | |
Closes #15399: merged documentation fix from 3.2.
Diffstat (limited to 'Doc/library/logging.rst')
| -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 fbbd305e3e..0d956b0f0f 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: |
