kissxml
kissxml copied to clipboard
none returned in a loop
There is an issue.. if you use the following xml
<items>
<item>item 1</item>
</items>
and running the following python
for item in xml.items.item:
print item
You get an infinate loop with None printed over and over
this xml also breaks the class
This is fixed in https://github.com/jaysonsantos/python-simplexml/commit/23dedc003932f2659ebc5adcfa6b43885d895a2f
Can you submit that fix as a separate pull request so I can get it merged in?
Sure, I will cherrypick it in another branch. Jayson Reis
On Wed, Oct 24, 2012 at 5:49 PM, Joe Stump [email protected] wrote:
Can you submit that fix as a separate pull request so I can get it merged in?
— Reply to this email directly or view it on GitHubhttps://github.com/joestump/python-simplexml/issues/1#issuecomment-9753764.