Issue 14603: List comprehension in zipfile.namelist (original) (raw)

Issue14603

Created on 2012-04-17 03:18 by Dum.Dum, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
zipfile.patch Dum.Dum,2012-04-17 03:18 Patch file review
Messages (3)
msg158524 - (view) Author: Dum Dum (Dum.Dum) Date: 2012-04-17 03:18
Use list comprehension in namelist() method of zipfile module.
msg158526 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-04-17 03:34
New changeset cac63f6ad252 by Ezio Melotti in branch 'default': #14603: use a listcomp in ZipFile.namelist. http://hg.python.org/cpython/rev/cac63f6ad252
msg158527 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2012-04-17 03:35
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:29 admin set github: 58808
2012-04-17 03:35:45 ezio.melotti set status: open -> closedassignee: ezio.melottinosy: + ezio.melottimessages: + resolution: fixedstage: resolved
2012-04-17 03:34:49 python-dev set nosy: + python-devmessages: +
2012-04-17 03🔞01 Dum.Dum create