mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
More changes of DeprecationWarning to FutureWarning.
This commit is contained in:
parent
29c2106465
commit
54df53a352
5 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
import warnings
|
||||
warnings.filterwarnings("ignore", "hex../oct.. of negative int",
|
||||
DeprecationWarning, __name__)
|
||||
FutureWarning, __name__)
|
||||
|
||||
from test.test_support import TestFailed, fcmp, have_unicode, TESTFN, unlink
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import warnings
|
||||
warnings.filterwarnings("ignore", "hex../oct.. of negative int",
|
||||
DeprecationWarning, __name__)
|
||||
FutureWarning, __name__)
|
||||
|
||||
from test.test_support import TestFailed, fcmp, TESTFN, unlink, vereq
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue