index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_warnings
/
data
/
import_warning.py
blob: d6ea2ce1046e9444ae55232dc6537c3b5ba15db0 (
plain
)
1
2
3
import
warnings warnings
.
warn
(
'module-level warning'
,
DeprecationWarning
,
stacklevel
=
2
)