[Python-checkins] cpython (3.2): Remove trailing whitespace

nick.coghlan python-checkins at python.org
Thu May 5 16:04:05 CEST 2011


http://hg.python.org/cpython/rev/9b76edfddc54
changeset:   69851:9b76edfddc54
branch:      3.2
parent:      69849:e4ba097123f6
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri May 06 00:02:12 2011 +1000
summary:
  Remove trailing whitespace

files:
  Lib/contextlib.py |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Lib/contextlib.py b/Lib/contextlib.py
--- a/Lib/contextlib.py
+++ b/Lib/contextlib.py
@@ -12,11 +12,11 @@
 
     def _recreate_cm(self):
         """Return a recreated instance of self.
-        
+
         Allows otherwise one-shot context managers like
         _GeneratorContextManager to support use as
         decorators via implicit recreation.
-        
+
         Note: this is a private interface just for _GCM in 3.2 but will be
         renamed and documented for third party use in 3.3
         """

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


More information about the Python-checkins mailing list