commit | 81d1f4045b873024ac59b7188f02103262054245 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri May 21 20:59:28 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri May 21 20:59:28 2010 +0000 |
tree | efbd93f0c5e872ff418211861cee5e32e8a5e182 | |
parent | 5c3840c831d7f3310143257eb4612bbd21f4d29b [diff] |
Merged revisions 81419 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81419 | georg.brandl | 2010-05-21 22:58:12 +0200 (Fr, 21 Mai 2010) | 1 line Add missing parameter in SimpleXMLRPCServer signature. ........