[Python-checkins] cpython (3.2): normalize whitespace
martin.v.loewis
python-checkins at python.org
Mon Jul 9 20:53:23 CEST 2012
http://hg.python.org/cpython/rev/c4652486f1b4
changeset: 78034:c4652486f1b4
branch: 3.2
parent: 78031:422242dbce30
user: Martin v. Löwis <martin at v.loewis.de>
date: Mon Jul 09 20:52:40 2012 +0200
summary:
normalize whitespace
files:
Lib/idlelib/run.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/idlelib/run.py b/Lib/idlelib/run.py
--- a/Lib/idlelib/run.py
+++ b/Lib/idlelib/run.py
@@ -246,7 +246,7 @@
thread.interrupt_main()
class _RPCFile(io.TextIOBase):
- """Wrapper class for the RPC proxy to typecheck arguments
+ """Wrapper class for the RPC proxy to typecheck arguments
that may not support pickling."""
def __init__(self, rpc):
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list