[issue14263] switch_index_if_fails fails on py2

2013-02-05 Thread Éric Araujo
Éric Araujo added the comment: Right, I probably kept this open for the packaging backport, so now it’s moot. BTW, there are many distutils2 bugs that I haven’t closed, as they will still be useful for the successors of d2. -- resolution: -> fixed stage: -> committed/rejected status:

[issue14263] switch_index_if_fails fails on py2

2013-02-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Should it be closed? -- nosy: +serhiy.storchaka status: open -> pending ___ Python tracker ___ ___

[issue14263] switch_index_if_fails fails on py2

2012-03-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 32a95541829c by Tarek Ziade in branch 'default': Fixed a function name lookup in distutils2.pypi.wrapper (#14263) http://hg.python.org/distutils2/rev/32a95541829c -- nosy: +python-dev ___ Python tracker

[issue14263] switch_index_if_fails fails on py2

2012-03-12 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- components: +Distutils2 nosy: +alexis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue14263] switch_index_if_fails fails on py2

2012-03-12 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue14263] switch_index_if_fails fails on py2

2012-03-12 Thread Tarek Ziadé
New submission from Tarek Ziadé : distutils2 pysetup install is not working on py2 because the wrapper tries to pull func.f_name, which does not exist. -- assignee: tarek messages: 155463 nosy: eric.araujo, j1m, tarek priority: critical severity: normal status: open title: switch_index_