[Python-checkins] cpython: Whitespace normalized.
vinay.sajip
python-checkins at python.org
Mon Apr 11 09:44:03 CEST 2011
http://hg.python.org/cpython/rev/c9e9142d82d6
changeset: 69249:c9e9142d82d6
user: Vinay Sajip <vinay_sajip at yahoo.co.uk>
date: Mon Apr 11 08:43:52 2011 +0100
summary:
Whitespace normalized.
files:
Lib/logging/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py
--- a/Lib/logging/__init__.py
+++ b/Lib/logging/__init__.py
@@ -1663,7 +1663,7 @@
.. versionchanged:: 3.2
Added the ``style`` parameter.
-
+
.. versionchanged:: 3.3
Added the ``handlers`` parameter. A ``ValueError`` is now thrown for
incompatible arguments (e.g. ``handlers`` specified together with
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list