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 loewis
Recipients akuchling, christian.heimes, loewis, tarek
Date 2008-05-24.09:02:20
SpamBayes Score 0.0009857031
Marked as misclassified No
Message-id <4837D994.3030903@v.loewis.de>
In-reply-to <1211612488.1.0.788112139911.issue1858@psf.upfronthosting.co.za>
Content
> This is because the code uses a print statement when opening the .pypirc
> file. This was already the case before this patch, but the code was not
> covered by tests. (see in previous revision)
> 
> The test is not broken, it just ouputs to stdin. 
> 
> I would suggest closing this issue and opening a new one entitled:
> "distutils should used the logging module to produce output" maybe ?

The test *is* (or was) broken - regrtest reported it as a failure.
It effectively, actually, caused a failure of the buildbot slaves.
In any case, I have now replaced the print with self.announce, in
r63575.
History
Date User Action Args
2008-05-24 09:02:33loewissetspambayes_score: 0.000985703 -> 0.0009857031
recipients: + loewis, akuchling, christian.heimes, tarek
2008-05-24 09:02:29loewislinkissue1858 messages
2008-05-24 09:02:27loewiscreate