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

RDS dbinstance.DBInstance has unicode namespace attribute "DBInstance" #3041

Open
x5a opened this issue Mar 16, 2015 · 0 comments
Open

RDS dbinstance.DBInstance has unicode namespace attribute "DBInstance" #3041

x5a opened this issue Mar 16, 2015 · 0 comments

Comments

@x5a
Copy link

x5a commented Mar 16, 2015

As far as I can tell, not a huge problem, but a somewhat misleading value to have floating around.

Reproduction:

In [1]: import boto.rds
In [2]: c = boto.rds.RDSConnection()
In [3]: db = c.get_all_dbinstances()[0]
In [6]: db.DBInstance
Out[6]: u'\n      '
In [9]: type(db.DBInstance)
Out[9]: unicode

Boto 2.36.0
Python 2.7.8

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

1 participant