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 ezio.melotti
Recipients Dmitry.Jemerov, berker.peksag, eric.araujo, ezio.melotti, flox, pitrou, python-dev
Date 2013-02-15.19:26:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360956371.26.0.0144015182692.issue17143@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed, thanks for the report and the patch!

I changed a couple of things:
1) test_deprecated_usage was printing the usage on stderr while running the tests -- I changed it to use a StringIO and added a minimal test to check that the usage is actually written;
2) there was an unnecessary "import warnings" that I removed;

FTR this bug was introduced in f1604371240a.
History
Date User Action Args
2013-02-15 19:26:11ezio.melottisetrecipients: + ezio.melotti, pitrou, eric.araujo, flox, Dmitry.Jemerov, python-dev, berker.peksag
2013-02-15 19:26:11ezio.melottisetmessageid: <1360956371.26.0.0144015182692.issue17143@psf.upfronthosting.co.za>
2013-02-15 19:26:11ezio.melottilinkissue17143 messages
2013-02-15 19:26:11ezio.melotticreate