Skip to content

ResultDict and ResultList should appear as standard dict/list. #2421

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

Closed
tomchristie opened this issue Jan 15, 2015 · 0 comments
Closed

ResultDict and ResultList should appear as standard dict/list. #2421

tomchristie opened this issue Jan 15, 2015 · 0 comments
Labels
Milestone

Comments

@tomchristie
Copy link
Member

We're seeing folks ask about ResultDict and ResultList objects a fair bit on the mailing list, although they're most just an implementation detail that they don't need to know about.

We should probably modify the representation of them to simply be the standard native styles, such as {'a': 123} and [1,2,3]. Hiding this bit of detail will likely lead to less confusion.

@tomchristie tomchristie added this to the 3.0.4 Release milestone Jan 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant