[Python-checkins] cpython (merge 3.3 -> default): Merged minor documentation update from 3.3.

vinay.sajip python-checkins at python.org
Fri Dec 6 12:23:24 CET 2013


http://hg.python.org/cpython/rev/7a668179d691
changeset:   87791:7a668179d691
parent:      87788:2612ea573ff7
parent:      87790:9a3a4d32f91e
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Fri Dec 06 11:23:08 2013 +0000
summary:
  Merged minor documentation update from 3.3.

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


diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
--- a/Doc/howto/logging.rst
+++ b/Doc/howto/logging.rst
@@ -122,7 +122,8 @@
 ^^^^^^^^^^^^^^^^^
 
 A very common situation is that of recording logging events in a file, so let's
-look at that next::
+look at that next. Be sure to try the following in a newly-started Python
+interpreter, and don't just continue from the session described above::
 
    import logging
    logging.basicConfig(filename='example.log',level=logging.DEBUG)

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


More information about the Python-checkins mailing list