Kaydet (Commit) 4d9b466e authored tarafından Tim Peters's avatar Tim Peters

Fewer deprecation warnings.

üst d0cc4f0b
......@@ -2,6 +2,11 @@
from test_support import verify, vereq, verbose, TestFailed, TESTFN
from copy import deepcopy
import warnings
warnings.filterwarnings("ignore",
r'complex divmod\(\), // and % are deprecated$',
DeprecationWarning, r'(<string>|test_descr)$')
def veris(a, b):
if a is not b:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment