<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/python-suds/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/python-suds/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/python-suds/bugs/</id><updated>2012-02-24T12:31:48Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Problem with Element.plain</title><link href="https://sourceforge.net/p/python-suds/bugs/3/" rel="alternate"/><published>2012-02-24T12:31:48Z</published><updated>2012-02-24T12:31:48Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net4fdfb91afed5c7d04499445c2435cd75fbc26d6f</id><summary type="html">&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;</summary></entry><entry><title>Cache not thread-safe</title><link href="https://sourceforge.net/p/python-suds/bugs/2/" rel="alternate"/><published>2010-09-15T18:34:02Z</published><updated>2010-09-15T18:34:02Z</updated><author><name>John Nagle</name><uri>https://sourceforge.net/u/nagle/</uri></author><id>https://sourceforge.netcadf2b93ef7d35d3131c097974ea3fd4a30966dd</id><summary type="html">&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;</summary></entry><entry><title>suds client throws base Exception()</title><link href="https://sourceforge.net/p/python-suds/bugs/1/" rel="alternate"/><published>2010-05-30T19:35:49Z</published><updated>2010-05-30T19:35:49Z</updated><author><name>JoNO</name><uri>https://sourceforge.net/u/jonozzz/</uri></author><id>https://sourceforge.net9763770cbe61c352f5e40a56aa6be22aa358c844</id><summary type="html">&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;</summary></entry></feed>