[issue8724] bind_and_activate parameter is missed from directive

2010-05-21 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r81419. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8724] bind_and_activate parameter is missed from directive

2010-05-15 Thread INADA Naoki
Changes by INADA Naoki : -- assignee: -> d...@python components: +Documentation nosy: +d...@python versions: +Python 2.6, Python 2.7 ___ Python tracker ___ __

[issue8724] bind_and_activate parameter is missed from directive

2010-05-15 Thread INADA Naoki
New submission from INADA Naoki : http://docs.python.org/dev/library/simplexmlrpcserver.html#SimpleXMLRPCServer.SimpleXMLRPCServer bind_and_activate parameter is described but not defined in directive. -- messages: 105803 nosy: naoki priority: normal severity: normal status: open title: