]> granicus.if.org Git - python/commit
_dispatch(): Do no re-define the resolve_dotted_atttribute() function
authorFred Drake <fdrake@acm.org>
Sat, 29 Sep 2001 04:54:33 +0000 (04:54 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 29 Sep 2001 04:54:33 +0000 (04:54 +0000)
commit787fd8cdeb72bea74a79e5acf61debfd11683502
tree942d417061bb829b7a09ae8eaac7f0e64585bbfe
parent599db7de6382179155c54dcf675b7af160df395f
_dispatch():  Do no re-define the resolve_dotted_atttribute() function
    every time this gets called; move it out as a global helper function.
    Simplify the call to the _dispatch() method of the registered instance.
Lib/SimpleXMLRPCServer.py