mirror of
https://github.com/python/cpython.git
synced 2025-10-20 13:43:01 +00:00
Shut up FutureWarnings about hex constants.
This commit is contained in:
parent
76a6ab661b
commit
89841bda65
1 changed files with 4 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
||||||
|
# Filter out warnings about signed/unsigned constants
|
||||||
|
import warnings
|
||||||
|
warnings.filterwarnings("ignore", "", FutureWarning, ".*Controls")
|
||||||
|
warnings.filterwarnings("ignore", "", FutureWarning, ".*MacTextEditor")
|
Loading…
Add table
Add a link
Reference in a new issue