Loading debian/changelog +9 −0 Original line number Diff line number Diff line sjrpc (8) unstable; urgency=low * Added a shutdown_client method on SimpleRpcServer manager to disconnect a client before to calling the disconnection callback. * Added getpeername method on RpcConnection class. * Removed exception name in RpcError.__str__ result. -- Antoine Millet <antoine.millet@smartjog.com> Mon, 10 Jan 2011 18:33:36 +0100 sjrpc (7) unstable; urgency=low * Added retrieval of a proxified method by getitem. Loading sjrpc/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils __version__ = 7 __version__ = 8 Loading
debian/changelog +9 −0 Original line number Diff line number Diff line sjrpc (8) unstable; urgency=low * Added a shutdown_client method on SimpleRpcServer manager to disconnect a client before to calling the disconnection callback. * Added getpeername method on RpcConnection class. * Removed exception name in RpcError.__str__ result. -- Antoine Millet <antoine.millet@smartjog.com> Mon, 10 Jan 2011 18:33:36 +0100 sjrpc (7) unstable; urgency=low * Added retrieval of a proxified method by getitem. Loading
sjrpc/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils __version__ = 7 __version__ = 8