diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-07-09 18:53:03 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-07-09 18:53:03 (GMT) |
commit | 7df5e5858b846b9de6dd1148d13e105712c8b1e1 (patch) | |
tree | 3e3c101a8fb81a16a45d0994d442f137acc51d15 | |
parent | b7439a547b5d21bb32693eece2a8307d6221282e (diff) | |
parent | 1d0f6dd7db1460010f1932bb09b501f139caf845 (diff) | |
download | cpython-7df5e5858b846b9de6dd1148d13e105712c8b1e1.zip cpython-7df5e5858b846b9de6dd1148d13e105712c8b1e1.tar.gz cpython-7df5e5858b846b9de6dd1148d13e105712c8b1e1.tar.bz2 |
merge 3.2
-rw-r--r-- | Lib/idlelib/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ class MyRPCServer(rpc.RPCServer): 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): |