Éric Araujo <mer...@netwok.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11610>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to