]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add warnings to the strop module, for to those functions that really
authorGuido van Rossum <guido@python.org>
Tue, 15 May 2001 02:14:44 +0000 (02:14 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 May 2001 02:14:44 +0000 (02:14 +0000)
commit2e0a654f6edeb58bef3cccffa42c2a236117a88c
treee70191f495b8aae610804a78f8cf678fb9cf019c
parent9cba64318e81e6b1ae6fd9e9b9b134fbb9658d61
Add warnings to the strop module, for to those functions that really
*are* obsolete; three variables and the maketrans() function are not
(yet) obsolete.

Add a compensating warnings.filterwarnings() call to test_strop.py.

Add this to the NEWS.
Lib/test/test_strop.py
Misc/NEWS
Modules/stropmodule.c