[issue14603] List comprehension in zipfile.namelist

2012-04-16 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue14603] List comprehension in zipfile.namelist

2012-04-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset cac63f6ad252 by Ezio Melotti in branch 'default': #14603: use a listcomp in ZipFile.namelist. http://hg.python.org/cpython/rev/cac63f6ad252 -- nosy: +python-dev ___ Python tracker

[issue14603] List comprehension in zipfile.namelist

2012-04-16 Thread Dum Dum
New submission from Dum Dum : Use list comprehension in namelist() method of zipfile module. -- components: Library (Lib) files: zipfile.patch keywords: patch messages: 158524 nosy: Dum.Dum priority: normal severity: normal status: open title: List comprehension in zipfile.namelist type: