Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

none returned in a loop #1

Open
mzupan opened this issue Mar 3, 2010 · 4 comments
Open

none returned in a loop #1

mzupan opened this issue Mar 3, 2010 · 4 comments

Comments

@mzupan
Copy link

mzupan commented Mar 3, 2010

There is an issue.. if you use the following xml

Joe Stump Brown Beer Bikes Computers
<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

@mzupan
Copy link
Author

mzupan commented Mar 3, 2010

this xml also breaks the class

Joe Stump Brown Beer

@jaysonsantos
Copy link
Contributor

This is fixed in jaysonsantos@23dedc0

@joestump
Copy link
Owner

Can you submit that fix as a separate pull request so I can get it merged in?

@jaysonsantos
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants