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

Fix a bug in the response parser #174

Merged
merged 1 commit into from
Nov 8, 2013
Merged

Commits on Nov 8, 2013

  1. Fix a bug in the response parser involving multiple members of a stru…

    …cture all having the same xmlname. This occurs in responses like DescribeInstanceAttribute where the output structure contains an explicit member for each possible attribute but only one attribute is included in the response. The value of the one returned response was being duplicated to all of the members of the structure. Fixes boto#173.
    garnaat committed Nov 8, 2013
    Configuration menu
    Copy the full SHA
    0000228 View commit details
    Browse the repository at this point in the history