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.
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 -> closed assignee: ezio.melotti nosy: + ezio.melotti messages: + msg158527 resolution: fixed stage: resolved |
| 2012年04月17日 03:34:49 | python-dev | set | nosy:
+ python-dev messages: + msg158526 |
| 2012年04月17日 03:18:01 | Dum.Dum | create | |