From: Andrew M. Kuchling Date: Tue, 6 Apr 2004 19:42:34 +0000 (+0000) Subject: Remove specific Python version from #! X-Git-Tag: v2.4a1~525 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9b38d2729809dc47095ff37d66c7e207b8d5c81;p=thirdparty%2FPython%2Fcpython.git Remove specific Python version from #! --- diff --git a/Lib/reconvert.py b/Lib/reconvert.py index ab6d04001c5c..2c77ee91db5c 100755 --- a/Lib/reconvert.py +++ b/Lib/reconvert.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python1.5 +#! /usr/bin/env python r"""Convert old ("regex") regular expressions to new syntax ("re").