Skip to content

map() returns an iterator on Python 3 #432

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

Merged
merged 1 commit into from
Oct 28, 2013

Conversation

w-diesel
Copy link
Contributor

In python3.X, we need to convert map object to list, to be able serialize it.

Issue #431

In python3.X, we need to convert map object to list, to be able serialize it.

Issue django-commons#431
aaugustin added a commit that referenced this pull request Oct 28, 2013
map() returns an iterator on Python 3.
@aaugustin aaugustin merged commit cebb405 into django-commons:master Oct 28, 2013
@aaugustin
Copy link
Contributor

Thanks for the report, indeed this is a bug.

Would you mind writing more descriptive commit message? See the message I wrote for the merge commit for an example.

@w-diesel
Copy link
Contributor Author

Ok. Next time, i will.
I can't edit description for this commit.

ryneeverett pushed a commit to ryneeverett/django-debug-toolbar that referenced this pull request Oct 2, 2016
map() returns an iterator on Python 3.
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

Successfully merging this pull request may close these issues.

2 participants