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 eric.araujo
Recipients Darren.Dale, benjamin.peterson, daniel.urban, dsdale24, eric.araujo, eric.snow, ncoghlan, stutzbach
Date 2011-10-17.15:12:14
SpamBayes Score 3.8598468e-05
Marked as misclassified No
Message-id <1318864335.71.0.0208292697793.issue11610@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed this in an older message:

> test_abc.py prints deprecation warnings for abstractproperty. I'm not
> familiar with the protocol here, do we continue to include unit tests
> for deprecated features until they are removed?
We try to keep the test warning-free.  If your patch deprecates something, the tests should not use deprecated API, except in one method that tests the deprecation itself.  There are helpers in test.support and warnings to catch and inspect warnings.

3.3 is still months away; there’s time for your patch.  If nobody replies here, ping python-dev again.
History
Date User Action Args
2011-10-17 15:12:15eric.araujosetrecipients: + eric.araujo, ncoghlan, benjamin.peterson, stutzbach, daniel.urban, dsdale24, eric.snow, Darren.Dale
2011-10-17 15:12:15eric.araujosetmessageid: <1318864335.71.0.0208292697793.issue11610@psf.upfronthosting.co.za>
2011-10-17 15:12:15eric.araujolinkissue11610 messages
2011-10-17 15:12:14eric.araujocreate