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 Antony.Lee
Recipients Antony.Lee
Date 2014-10-01.09:50:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412157023.88.0.686085099512.issue22531@psf.upfronthosting.co.za>
In-reply-to
Content
A small lib improvement suggestion could be to make contextlib.redirect_stdout and contextlib.suppress inherit from ContextDecorator.

As a side note, the source of contextlib has some classes inheriting explicitly from object while others don't, so perhaps this can be harmonized at the same time.
History
Date User Action Args
2014-10-01 09:50:23Antony.Leesetrecipients: + Antony.Lee
2014-10-01 09:50:23Antony.Leesetmessageid: <1412157023.88.0.686085099512.issue22531@psf.upfronthosting.co.za>
2014-10-01 09:50:23Antony.Leelinkissue22531 messages
2014-10-01 09:50:23Antony.Leecreate