]> granicus.if.org Git - python/commit
SF patch 1179503: Fix typos in rpc.py
authorRaymond Hettinger <python@rcn.com>
Sun, 10 Apr 2005 16:21:07 +0000 (16:21 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 10 Apr 2005 16:21:07 +0000 (16:21 +0000)
commitc672f8c377b9befd49fed010441b025deace386a
treec33a57823be1de8ce5c89f63211705c98be15fec
parentd8d732e7d2513d0a4743ece4cfb8267fc5522a3c
SF patch 1179503:  Fix typos in rpc.py

* Call to unpack_int() should have no arguments
* Misspelled BadRPCVerspion exception
* Replace <> with !=
Demo/rpc/rpc.py