This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: List comprehension in zipfile.namelist
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: Dum.Dum, ezio.melotti, python-dev
Priority: normal Keywords: patch

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:29adminsetgithub: 58808
2012-04-17 03:35:45ezio.melottisetstatus: open -> closed

assignee: ezio.melotti

nosy: + ezio.melotti
messages: + msg158527
resolution: fixed
stage: resolved
2012-04-17 03:34:49python-devsetnosy: + python-dev
messages: + msg158526
2012-04-17 03:18:01Dum.Dumcreate