summaryrefslogtreecommitdiff
path: root/Lib/plat-mac/Carbon/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-mac/Carbon/__init__.py')
-rw-r--r--Lib/plat-mac/Carbon/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/plat-mac/Carbon/__init__.py b/Lib/plat-mac/Carbon/__init__.py
new file mode 100644
index 0000000000..d0cfec381f
--- /dev/null
+++ b/Lib/plat-mac/Carbon/__init__.py
@@ -0,0 +1,4 @@
+# Filter out warnings about signed/unsigned constants
+import warnings
+warnings.filterwarnings("ignore", "", FutureWarning, ".*Controls")
+warnings.filterwarnings("ignore", "", FutureWarning, ".*MacTextEditor") \ No newline at end of file