[issue20045] setup.py register --list-classifiers is broken

2013-12-22 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Thanks for fixing. =) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20045 ___ ___ Python-bugs-list mailing

[issue20045] setup.py register --list-classifiers is broken

2013-12-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks for fixing. =) You're welcome. Unfixed distutils regressions are painful... -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20045 ___

[issue20045] setup.py register --list-classifiers is broken

2013-12-21 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola': $ ./python -V Python 3.4.0b1 $ ./python setup.py register --list-classifiers running register running check Traceback (most recent call last): File setup.py, line 2219, in module main() File setup.py, line 2214, in main Tools/scripts/2to3,

[issue20045] setup.py register --list-classifiers is broken

2013-12-21 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- priority: normal - high stage: - needs patch type: - behavior versions: -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20045 ___

[issue20045] setup.py register --list-classifiers is broken

2013-12-21 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed, thanks for reporting. -- nosy: +pitrou resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20045

[issue20045] setup.py register --list-classifiers is broken

2013-12-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset cffed58b1bbd by Antoine Pitrou in branch '3.3': Issue #20045: Fix setup.py register --list-classifiers. http://hg.python.org/cpython/rev/cffed58b1bbd New changeset 597b69d3a74f by Antoine Pitrou in branch 'default': Issue #20045: Fix setup.py