[issue17211] pkgutil.iter_modules and walk_packages should return a namedtuple

2016-09-07 Thread Eric Snow
Eric Snow added the comment: I've applied the patch with a couple small changes. Thanks for the help! -- nosy: +eric.snow resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.6 -Python 3.4 ___ Python tracker

[issue17211] pkgutil.iter_modules and walk_packages should return a namedtuple

2016-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f023e60564b by Eric Snow in branch 'default': Issue #17211: Yield a namedtuple in pkgutil. https://hg.python.org/cpython/rev/4f023e60564b -- nosy: +python-dev ___ Python tracker

[issue17211] pkgutil.iter_modules and walk_packages should return a namedtuple

2013-02-17 Thread Ramchandra Apte
Ramchandra Apte added the comment: Please review. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17211 ___ ___ Python-bugs-list mailing list

[issue17211] pkgutil.iter_modules and walk_packages should return a namedtuple

2013-02-16 Thread Ramchandra Apte
Ramchandra Apte added the comment: Attached is a patch. -- keywords: +patch Added file: http://bugs.python.org/file29087/issue.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17211 ___

[issue17211] pkgutil.iter_modules and walk_packages should return a namedtuple

2013-02-16 Thread Ezio Melotti
Ezio Melotti added the comment: Patch needs tests. -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17211 ___ ___

[issue17211] pkgutil.iter_modules and walk_packages should return a namedtuple

2013-02-16 Thread Ramchandra Apte
Ramchandra Apte added the comment: I forget about that. Attached is a patch with tests. -- Added file: http://bugs.python.org/file29088/issue.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17211

[issue17211] pkgutil.iter_modules and walk_packages should return a namedtuple

2013-02-15 Thread Ramchandra Apte
New submission from Ramchandra Apte: Will attach a patch soon. -- components: Library (Lib) messages: 182143 nosy: Ramchandra.Apte priority: normal severity: normal status: open title: pkgutil.iter_modules and walk_packages should return a namedtuple type: enhancement versions: Python

[issue17211] pkgutil.iter_modules and walk_packages should return a namedtuple

2013-02-15 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- versions: -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17211 ___ ___

[issue17211] pkgutil.iter_modules and walk_packages should return a namedtuple

2013-02-15 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +brett.cannon, ncoghlan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17211 ___ ___