[New-bugs-announce] [issue11878] No SOAP libraries available for Python 3.x

Michiel Van den Berghe report at bugs.python.org
Tue Apr 19 17:17:29 CEST 2011


New submission from Michiel Van den Berghe <michiel.vdb at gmail.com>:

There doesn't seem to exist a SOAP library for Python 3.x. Several different third party libraries exist for the 2.x releases, but none of these are being ported to 3.x. None of these modules are easily ported using 2to3 due to string encoding issues.

Seeing how SOAP is a major webservices technologies, I think Python should get its own standard SOAP module to keep up with its "batteries included" principle.

----------
components: Library (Lib)
messages: 134064
nosy: Michiel.Van.den.Berghe
priority: normal
severity: normal
status: open
title: No SOAP libraries available for Python 3.x
versions: Python 3.2

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


More information about the New-bugs-announce mailing list