From: Benjamin Peterson Date: Sat, 3 Apr 2010 15:45:59 +0000 (+0000) Subject: spelling X-Git-Tag: v2.7b1~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dbda8593d385f0a42ebd6844f59a2f741c955c4;p=python spelling --- diff --git a/Lib/dbhash.py b/Lib/dbhash.py index 601d69b6a2..a5d5375ba9 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: