merge 3.2

This commit is contained in:
Martin v. Löwis 2012-07-09 20:53:03 +02:00
commit 7df5e5858b
1 changed files with 1 additions and 1 deletions

View File

@ -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):