[issue7530] doc of multiprocessing.managers is wrong (server_forever)

2009-12-17 Thread Stefan Schwarzburg
New submission from Stefan Schwarzburg : The documentation of multiprocessing.managers.BaseManager (http://docs.python.org/library/multiprocessing.html#module-multiprocessing.managers) refers to a method "serve_forever". This method is only available at the server object inside BaseMa

[issue6876] readline documentation example error

2009-09-10 Thread Stefan Schwarzburg
New submission from Stefan Schwarzburg : In the last example in the readline documentation (http://docs.python.org/library/readline.html), the line code.InteractiveConsole.__init__(self) should be changed to code.InteractiveConsole.__init__(self, locals, filename) to work properly

[issue2072] SimpleXMLRPCServer documentation about rpc_paths might be wrong

2008-02-11 Thread Stefan Schwarzburg
New submission from Stefan Schwarzburg: In the documentation for SimpleXMLRPCServer (http://docs.python.org/lib/simple-xmlrpc-servers.html)it is said, that the SimpleXMLRPCServer object has an attribute "rpc_paths" that could be set to valid path portions. This would mean that ch