[Python-checkins] python/dist/src/Lib/test test_descr.py,1.113.4.13,1.113.4.14 test_coercion.py,1.2,1.2.24.1

Tim Peters tim.one@comcast.net
Tue, 23 Apr 2002 01:44:56 -0400


> Modified Files:
>       Tag: release22-maint
> 	test_descr.py test_coercion.py
> Log Message:
> backport some warnings filters to shut up complaints about complex
> divmod &c. Should probably be cleaned up properly so that the tests
> don't call that.

Deprecated features remain supported until they go away, so we should
continue testing them until they do go away.