Gijsbert Anthony van der Linden added the comment:

Updated the patch and added tests. Fixed a problem with the previous patch: 
result of map function was assumed to be list, however map in Python3 returns 
an interator. So I replaced it with a list comprehension.

----------
nosy: +gavanderlinden
versions: +Python 3.5 -Python 3.3
Added file: http://bugs.python.org/file38978/Issue12485.v2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12485>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to