mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00

in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).
4 lines
No EOL
208 B
Python
4 lines
No EOL
208 B
Python
# Filter out warnings about signed/unsigned constants
|
|
import warnings
|
|
warnings.filterwarnings("ignore", "", FutureWarning, ".*Controls")
|
|
warnings.filterwarnings("ignore", "", FutureWarning, ".*MacTextEditor") |