Issue 17211: pkgutil.iter_modules and walk_packages should return a namedtuple (original) (raw)

Issue17211

Created on 2013-02-15 13:40 by Ramchandra Apte, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue.patch Ramchandra Apte,2013-02-16 14:57 review
issue.patch Ramchandra Apte,2013-02-16 15:10 review
Messages (7)
msg182143 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2013-02-15 13:40
Will attach a patch soon.
msg182223 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2013-02-16 14:57
Attached is a patch.
msg182225 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-02-16 15:01
Patch needs tests.
msg182227 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2013-02-16 15:10
I forget about that. Attached is a patch with tests.
msg182276 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2013-02-17 15:52
Please review.
msg274944 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-08 01:38
New changeset 4f023e60564b by Eric Snow in branch 'default': Issue #17211: Yield a namedtuple in pkgutil. https://hg.python.org/cpython/rev/4f023e60564b
msg274945 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2016-09-08 01:39
I've applied the patch with a couple small changes. Thanks for the help!
History
Date User Action Args
2022-04-11 14:57:41 admin set github: 61413
2016-09-08 01:39:20 eric.snow set status: open -> closedversions: + Python 3.6, - Python 3.4nosy: + eric.snowmessages: + resolution: fixedstage: resolved
2016-09-08 01:38:24 python-dev set nosy: + python-devmessages: +
2013-02-17 15:52:37 Ramchandra Apte set messages: +
2013-02-16 15:10:32 Ramchandra Apte set files: + issue.patchmessages: +
2013-02-16 15:01:27 ezio.melotti set nosy: + ezio.melottimessages: +
2013-02-16 14:57:05 Ramchandra Apte set files: + issue.patchkeywords: + patchmessages: +
2013-02-15 14:54:39 pitrou set nosy: + brett.cannon, ncoghlan
2013-02-15 13:56:33 r.david.murray set versions: - Python 3.3
2013-02-15 13:40:10 Ramchandra Apte create