mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Remove specific Python version from #!
This commit is contained in:
parent
7c9586545e
commit
d9b38d2729
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env python1.5
|
||||
#! /usr/bin/env python
|
||||
|
||||
r"""Convert old ("regex") regular expressions to new syntax ("re").
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue