This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: typos in rpc.py
Type: Stage:
Components: Demos and Tools Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: grubert, rhettinger
Priority: normal Keywords: patch

Created on 2005-04-08 22:15 by grubert, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rpc.patch grubert, 2005-04-08 22:15 patch to rpc.py
Messages (2)
msg48176 - (view) Author: engelbert gruber (grubert) * Date: 2005-04-08 22:15
pychecker says ::

  rpc/rpc.py:99: No global (BadRPCVerspion) found

definately a typo

and ::

  rpc/rpc.py:93: Invalid arguments to (unpack_uint), got 1,  
  expected 0
  rpc/rpc.py:93: Variable (xid) used before being set

an error in an unused procedure.

msg48177 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-04-10 16:35
Logged In: YES 
user_id=80475

Thanks for the patch.

Applied as:
   Demo/rpc/rpc.py 1.14 and 1.13.4.1
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41830
2005-04-08 22:15:18grubertcreate