[issue7100] test_xmlrpc: global name 'stop_serving' is not defined

A.M. Kuchling report at bugs.python.org
Fri Feb 26 21:22:24 CET 2010


A.M. Kuchling <lists at amk.ca> added the comment:

The stop_serving() code was only added on the Py3k branch
in rev59424.  It was removed in rev60350,
which is a merge commit; the diff is http://svn.python.org/view/python/branches/py3k/Lib/test/test_xmlrpc.py?r1=60094&r2=60350.

I don't know if this is a merging error, or if the 2.x changes mean stop_serving() is no longer required. Christian Heimes was responsible for both originally adding stop_serving() and for the merge that removed it. Adding him to the nosy list.

----------
nosy: +akuchling, christian.heimes

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7100>
_______________________________________


More information about the Python-bugs-list mailing list