<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/python-suds/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/python-suds/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 24 Feb 2012 12:31:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/python-suds/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Problem with Element.plain</title><link>https://sourceforge.net/p/python-suds/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I disable 'pretty_xml' option, some nodes of the document came without their atrributes.&lt;br /&gt;
I believe it happen cause in 'send' method of 'SoapClient', if 'pretty_xml' isn't activated, Element.plain is used rather than Element.str.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 24 Feb 2012 12:31:48 -0000</pubDate><guid>https://sourceforge.net4fdfb91afed5c7d04499445c2435cd75fbc26d6f</guid></item><item><title>Cache not thread-safe</title><link>https://sourceforge.net/p/python-suds/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The Factory for client objects has a static cache, but it is not protected by a lock. This is a race condition in threaded programs. See "sudsobject.py", line 92, class "Factory", function "subclass". &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Nagle</dc:creator><pubDate>Wed, 15 Sep 2010 18:34:02 -0000</pubDate><guid>https://sourceforge.netcadf2b93ef7d35d3131c097974ea3fd4a30966dd</guid></item><item><title>suds client throws base Exception()</title><link>https://sourceforge.net/p/python-suds/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;One example is in client.py:&lt;/p&gt;
&lt;p&gt;if self.options.faults:&lt;br /&gt;
raise Exception((status, reason))&lt;/p&gt;
&lt;p&gt;Instead it should rise transport.TransportError.&lt;/p&gt;
&lt;p&gt;Other example:&lt;br /&gt;
raise Exception('(reply|fault) expected when msg=None')&lt;br /&gt;
One option would be to rise ValueError or a suds base exception.&lt;/p&gt;
&lt;p&gt;Another one:&lt;br /&gt;
raise Exception, 'not implemented'&lt;br /&gt;
it should be NotImplementedError, "some text"&lt;/p&gt;
&lt;p&gt;Either way the way exceptions are being thrown across the package should be revisited.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoNO</dc:creator><pubDate>Sun, 30 May 2010 19:35:49 -0000</pubDate><guid>https://sourceforge.net9763770cbe61c352f5e40a56aa6be22aa358c844</guid></item></channel></rss>