[Python-checkins] cpython (merge 3.2 -> default): Closes #15399: merged documentation fix from 3.2.

vinay.sajip python-checkins at python.org
Fri Jul 20 10:51:39 CEST 2012


http://hg.python.org/cpython/rev/4b5e8f7d1ac4
changeset:   78189:4b5e8f7d1ac4
parent:      78186:abc26b51fbfc
parent:      78188:6b771075cfa3
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Fri Jul 20 09:51:20 2012 +0100
summary:
  Closes #15399: merged documentation fix from 3.2.

files:
  Doc/library/logging.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -746,6 +746,9 @@
 | threadName     | ``%(threadName)s``      | Thread name (if available).                   |
 +----------------+-------------------------+-----------------------------------------------+
 
+.. versionchanged:: 3.1
+   *processName* was added.
+
 
 .. _logger-adapter:
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list