Lisandro Dalcin wrote:
> In module 'distutils.filelist', class 'FileList', method
> '_parse_template_line()', the 'map()' builtin is being used. Now
> 'map()' returns an iterator, and this iterator is exhausted in other
> methods (for the purpose of 'debug_print()' stuff) before the data is
> actually used.
>
> I'm currently monkey-patching like this, but a patch for 'distutils'
> perhaps should be implemented in terms of list comprehensions,
> removing the usage of 'map()' builtin.

It's now corrected in svn.
Thanks for the report, but next time, please use the bug tracker.

-- 
Amaury Forgeot d'Arc
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to