]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Shut up FutureWarnings about hex constants.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 12 Sep 2002 22:35:45 +0000 (22:35 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 12 Sep 2002 22:35:45 +0000 (22:35 +0000)
Mac/Lib/Carbon/__init__.py

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d0cfec381fa4a5b15f9bef52b17ef9238c6d3fc3 100644 (file)
@@ -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