repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix a bug in the ``compiler`` package that caused invalid code to be
[python/dscho.git]
/
Lib
/
plat-mac
/
Carbon
/
__init__.py
blob
8018c18244d239489a44da471b11037e4fb7c328
1
# Filter out warnings about signed/unsigned constants
2
import
warnings
3
warnings
.
filterwarnings
(
"ignore"
,
""
,
FutureWarning
,
".*Controls"
)
4
warnings
.
filterwarnings
(
"ignore"
,
""
,
FutureWarning
,
".*MacTextEditor"
)