From: Benjamin Peterson Date: Sat, 3 Apr 2010 15:40:29 +0000 (+0000) Subject: remove unneeded argument X-Git-Tag: v2.7b1~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7daf985febff800015ab428117b82aa92f9ad66c;p=python remove unneeded argument --- diff --git a/Lib/dbhash.py b/Lib/dbhash.py index 2179c14b35..601d69b6a2 100644 --- a/Lib/dbhash.py +++ b/Lib/dbhash.py @@ -2,8 +2,7 @@ import sys import warnings -warnings.warnpy3k("in 3.x, the dbhash module has been removed", - DeprecationWarning, 2) +warnings.warnpy3k("in 3.x, the dbhash module has been removed", stackless=2) try: import bsddb except ImportError: