[New-bugs-announce] [issue6360] Simplify string decoding in xmlrpc.client.

Alexandre Vassalotti report at bugs.python.org
Mon Jun 29 02:10:37 CEST 2009


New submission from Alexandre Vassalotti <alexandre at peadrop.com>:

The following patch tries to improve how xmlrpc.client handles strings.
In particular, it simplifies the decoding of strings by keeping them as
unicode str.

----------
files: simplify_xmlrpc_string_decoding.diff
keywords: patch
messages: 89801
nosy: alexandre.vassalotti
priority: normal
severity: normal
stage: patch review
status: open
title: Simplify string decoding in xmlrpc.client.
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file14380/simplify_xmlrpc_string_decoding.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6360>
_______________________________________


More information about the New-bugs-announce mailing list