commit | 7df5e5858b846b9de6dd1148d13e105712c8b1e1 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 09 20:53:03 2012 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 09 20:53:03 2012 +0200 |
tree | 3e3c101a8fb81a16a45d0994d442f137acc51d15 | |
parent | b7439a547b5d21bb32693eece2a8307d6221282e [diff] | |
parent | 1d0f6dd7db1460010f1932bb09b501f139caf845 [diff] |
merge 3.2
diff --git a/Lib/idlelib/run.py b/Lib/idlelib/run.py index 6c91ae4..e4b9279 100644 --- a/Lib/idlelib/run.py +++ b/Lib/idlelib/run.py
@@ -259,7 +259,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):