[Python-Dev] should I check in this test_xmlrpc test case change?

Guido van Rossum guido@python.org
Fri, 19 Oct 2001 11:50:13 -0400


> When I made the latest change to xmlrpclib.py (to test for integer
> overflow), I also expanded the test_xmlrpc.py file.  Unfortunately, I forgot
> to check it in.  Should I do that now or file it as a separate patch?

Assuming that it works for you :-), check it in to the trunk.  It won't
make it into 2.2b1, but it will be ready for 2.2b2.

--Guido van Rossum (home page: http://www.python.org/~guido/)