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 serhiy.storchaka
Recipients Claudiu.Popa, koobs, python-dev, r.david.murray, serhiy.storchaka
Date 2013-10-14.08:58:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381741118.43.0.0659178013886.issue18919@psf.upfronthosting.co.za>
In-reply-to
Content
Is unexpected output considered as test failing? The aifc module uses bare print to output these "warnings" to stdout. Here is a patch which uses captured_stdout().
History
Date User Action Args
2013-10-14 08:58:38serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, Claudiu.Popa, python-dev, koobs
2013-10-14 08:58:38serhiy.storchakasetmessageid: <1381741118.43.0.0659178013886.issue18919@psf.upfronthosting.co.za>
2013-10-14 08:58:38serhiy.storchakalinkissue18919 messages
2013-10-14 08:58:38serhiy.storchakacreate