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 tormen
Recipients brian.curtin, tormen
Date 2010-03-11.16:52:08
SpamBayes Score 0.0035380274
Marked as misclassified No
Message-id <1268326330.49.0.113107178573.issue8112@psf.upfronthosting.co.za>
In-reply-to
Content
If you want an example:

pydoc3.1 xmlrpc.server

2nd usage pattern

change "SimpleXMLRPCServer" to "DocXMLRPCServer"
change function signature from "pow(self, x, y)" to "pow(self, x:int, y:int)"

and your good to go and have your doc xmlrpc server crashed the moment you send a get request to him (e.g. by accessing "http://ip:port" in the browser of your choice).
History
Date User Action Args
2010-03-11 16:52:10tormensetrecipients: + tormen, brian.curtin
2010-03-11 16:52:10tormensetmessageid: <1268326330.49.0.113107178573.issue8112@psf.upfronthosting.co.za>
2010-03-11 16:52:08tormenlinkissue8112 messages
2010-03-11 16:52:08tormencreate