[Patches] [ python-Patches-679392 ] SimpleXMLRPCServer: optional 'encoding' argument

SourceForge.net noreply@sourceforge.net
Sat, 19 Apr 2003 00:57:51 -0700


Patches item #679392, was opened at 2003-02-03 10:47
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=679392&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mike D. Rozhnov (mrozhnov)
Assigned to: Fredrik Lundh (effbot)
Summary: SimpleXMLRPCServer: optional 'encoding' argument

Initial Comment:
Note: this patch depend on xmlrpclib patch #679383

This patch allow encode unicode strings to 8-bit
strings using 'encoding' parameter. This can be usefull
if XML-RPC server process strings in non ASCII 
encodings.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-04-19 09:57

Message:
Logged In: YES 
user_id=21627

This patch is incomplete: it should include a patch for the
documentation as well (using \versionadded where
appropriate). Please make sure you develop and test the
patch with the latest Python CVS.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=679392&group_id=5470