diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-04-03 15:45:59 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-04-03 15:45:59 (GMT) |
commit | 4dbda8593d385f0a42ebd6844f59a2f741c955c4 (patch) | |
tree | 344692b79d7abbd872cc9ae9752865defd8a08bb | |
parent | 7beeeb5713e355cbeb0c6d26e256d13ce5e4761a (diff) | |
download | cpython-4dbda8593d385f0a42ebd6844f59a2f741c955c4.zip cpython-4dbda8593d385f0a42ebd6844f59a2f741c955c4.tar.gz cpython-4dbda8593d385f0a42ebd6844f59a2f741c955c4.tar.bz2 |
spelling
-rw-r--r-- | Lib/dbhash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dbhash.py b/Lib/dbhash.py index 601d69b..a5d5375 100644 --- a/Lib/dbhash.py +++ b/Lib/dbhash.py @@ -2,7 +2,7 @@ import sys import warnings -warnings.warnpy3k("in 3.x, the dbhash module has been removed", stackless=2) +warnings.warnpy3k("in 3.x, the dbhash module has been removed", stacklevel=2) try: import bsddb except ImportError: |