[issue1152] Bug in documentation for SimpleXMLRPCServer

2007-09-12 Thread Georg Brandl
Georg Brandl added the comment: Fixed in rev. 58114. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Pytho

[issue1152] Bug in documentation for SimpleXMLRPCServer

2007-09-11 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue1152] Bug in documentation for SimpleXMLRPCServer

2007-09-11 Thread Frank Millman
New submission from Frank Millman: I spotted a minor bug in the documentation to SimpleXMLRPCServer. Background: xmlrpclib.py has the following - # This class is available as ServerProxy and Server. New code should # use ServerProxy, to avoid confusion. # ... cla