Mercurial > p > roundup > code
diff CHANGES.txt @ 4256:712549bb7fe5
Small fix for CGI-handling of XMLRPC requests for python2.4...
...this worked only for 2.5 and beyond due to a change in the xmlrpc
interface in python
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Fri, 02 Oct 2009 14:29:12 +0000 |
| parents | 88af08f8666f |
| children | a70dbbc7f967 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Sep 29 07:27:17 2009 +0000 +++ b/CHANGES.txt Fri Oct 02 14:29:12 2009 +0000 @@ -17,6 +17,9 @@ We now issue a warning during export if the limit is too small and use the csv_field_size configuration during import to set the limit for the csv module. +- Small fix for CGI-handling of XMLRPC requests for python2.4, this + worked only for 2.5 and beyond due to a change in the xmlrpc interface + in python 2009-08-10 1.4.9 (r4346)
