This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shlomif
Recipients giampaolo.rodola, pitrou, r.david.murray, shlomif
Date 2013-06-11.15:29:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370964567.83.0.108854504708.issue18188@psf.upfronthosting.co.za>
In-reply-to
Content
I see regarding test_ftp.py and the verbosity of the tests and the absence of bdist_rpm in the output - however, shouldn't the test suite handle the presence of the PYTHONDONTWRITEBYTECODE=1 flag better? (E.g: refuse to run the tests to begin with (with an error), or not run the failing tests, or unset the flag before running the test suite, or whatever?)
History
Date User Action Args
2013-06-11 15:29:27shlomifsetrecipients: + shlomif, pitrou, giampaolo.rodola, r.david.murray
2013-06-11 15:29:27shlomifsetmessageid: <1370964567.83.0.108854504708.issue18188@psf.upfronthosting.co.za>
2013-06-11 15:29:27shlomiflinkissue18188 messages
2013-06-11 15:29:27shlomifcreate