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
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
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