From: Éric Araujo Date: Sun, 17 Apr 2011 14:48:52 +0000 (+0200) Subject: Prevent deprecation warning X-Git-Tag: v3.2.1b1~71^2~4^2~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7d36fe0a6118a055b407f0651fed3cefc01e9b1;p=thirdparty%2FPython%2Fcpython.git Prevent deprecation warning --- diff --git a/Lib/trace.py b/Lib/trace.py index 53c6150fd406..850369b9ff4c 100644 --- a/Lib/trace.py +++ b/Lib/trace.py @@ -688,7 +688,7 @@ def main(argv=None): for opt, val in opts: if opt == "--help": - usage(sys.stdout) + _usage(sys.stdout) sys.exit(0) if opt == "--version":