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.

Author roger.serwy
Recipients Ramchandra Apte, loewis, roger.serwy, terry.reedy
Date 2012-03-11.21:53:02
SpamBayes Score 6.7435855e-07
Marked as misclassified No
Message-id <1331502783.1.0.945465598215.issue13532@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a preliminary patch to solve this issue. It relies on "rpc_marshal_exception.patch" from issue14200. 

Does anyone know a good way to make the exception render as: "must be str, not int" instead of "must be str, not <class 'int'>" ?
History
Date User Action Args
2012-03-11 21:53:03roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, Ramchandra Apte
2012-03-11 21:53:03roger.serwysetmessageid: <1331502783.1.0.945465598215.issue13532@psf.upfronthosting.co.za>
2012-03-11 21:53:02roger.serwylinkissue13532 messages
2012-03-11 21:53:02roger.serwycreate