commit | 4dbda8593d385f0a42ebd6844f59a2f741c955c4 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Apr 03 15:45:59 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Apr 03 15:45:59 2010 +0000 |
tree | 344692b79d7abbd872cc9ae9752865defd8a08bb | |
parent | 7beeeb5713e355cbeb0c6d26e256d13ce5e4761a [diff] |
spelling
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: