On Wed, 19 Nov 2008 17:08:13 -0500
Terry Reedy <tjreedy@udel.e duwrote:
>
Report it on the bugs.python.org and it might possibly get fixed.
OK but I still don't think that I have even zeroed in on the bug. Even
the code I provided is pretty large and complex for a snippet meant to
identify the problem.
I managed to move everything into one test file and switched to the
SimpleXMLRPCSer ver module but to no avail. The new code is at
ftp://ftp.druid.net/pub/distrib/test_2.5
--
D'Arcy J.M. Cain <darcy@druid.ne t | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner.
Terry Reedy <tjreedy@udel.e duwrote:
am running Python 2.5.2. I was able to reduce the program to a
reasonably small version that exhibits the problem. It is in two files
in ftp://ftp.druid.net/pub/distrib/Test_2.5.tgz including Fredrik
Lundh's simple XML-RPC server. Just run the test program under 2.4,
2.5 and 2.6 to see the difference.
reasonably small version that exhibits the problem. It is in two files
in ftp://ftp.druid.net/pub/distrib/Test_2.5.tgz including Fredrik
Lundh's simple XML-RPC server. Just run the test program under 2.4,
2.5 and 2.6 to see the difference.
Report it on the bugs.python.org and it might possibly get fixed.
the code I provided is pretty large and complex for a snippet meant to
identify the problem.
I managed to move everything into one test file and switched to the
SimpleXMLRPCSer ver module but to no avail. The new code is at
ftp://ftp.druid.net/pub/distrib/test_2.5
--
D'Arcy J.M. Cain <darcy@druid.ne t | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner.
Comment