[issue11417] distutils' bdist_rpm fails when running with PYTHONDONTWRITEBYTECODE

2011-03-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: What change are you wishing for? bdist_rpm is frozen in distutils and removed in distutils2. If this is a feature request, it should be reported to the new standalone project bdist_rpm2 (home https://bitbucket.org/tarek/pypi2rpm; the bug

[issue11417] distutils' bdist_rpm fails when running with PYTHONDONTWRITEBYTECODE

2011-03-07 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11417 ___

[issue11417] distutils' bdist_rpm fails when running with PYTHONDONTWRITEBYTECODE

2011-03-07 Thread Thomas Wouters
Thomas Wouters tho...@python.org added the comment: I couldn't really care less about bdist_rpm, I'm just reporting a bug in it when not writing .pyc files (through PYTHONDONTWRITEBYTECODE.) I encountered it while making the testsuite do the right thing when not writing bytecode (see issue

[issue11417] distutils' bdist_rpm fails when running with PYTHONDONTWRITEBYTECODE

2011-03-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I’d find such a patch acceptable too. Thanks for the report and suggested solution. -- assignee: tarek - eric.araujo versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker

[issue11417] distutils' bdist_rpm fails when running with PYTHONDONTWRITEBYTECODE

2011-03-07 Thread Thomas Wouters
Thomas Wouters tho...@python.org added the comment: I'll incorporate that change into issue #11420 then, and close this (and harp on bdist_rpm2 if it ever lands in the stdlib and has the same issue :-) -- resolution: - wont fix status: open - closed

[issue11417] distutils' bdist_rpm fails when running with PYTHONDONTWRITEBYTECODE

2011-03-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: bdist_rpm2 will never go into the stdlib, that’s the point: external maintenance lets people adapt the code when operating system policies change and release more often than Python. Sooner or later someone will report this same bug to the

[issue11417] distutils' bdist_rpm fails when running with PYTHONDONTWRITEBYTECODE

2011-03-06 Thread Thomas Wouters
New submission from Thomas Wouters tho...@python.org: According to distutils' test_bdist_rpm, bdist_rpm fails when running Python with -B/PYTHONDONTWRITEBYTECODE. (bdist_rpm or its test doesn't pass -B along but also doesn't use -E, so the test-failure shows up when setting the