Issue 679392: SimpleXMLRPCServer: optional 'encoding' argument (original) (raw)

Issue679392

Created on 2003-02-03 09:47 by mrozhnov, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
SimpleXMLRPCServer.diff mrozhnov,2003-02-03 09:49 SimpleXMLRPCServer patch
Messages (3)
msg42641 - (view) Author: Mike D. Rozhnov (mrozhnov) Date: 2003-02-03 09:47
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.
msg42642 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-04-19 07:57
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.
msg42643 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-07-19 10:58
Logged In: YES user_id=21627 Since there has been no update, I'm rejecting this patch.
History
Date User Action Args
2022-04-10 16:06:28 admin set github: 37897
2003-02-03 09:47:48 mrozhnov create