mirror of
https://github.com/python/cpython.git
synced 2025-08-14 13:59:20 +00:00
Fix missing or shebangs and executable bits for scripts (#10318)
This commit is contained in:
parent
299172bdba
commit
0fb681ea50
13 changed files with 5 additions and 0 deletions
1
Tools/scripts/diff.py
Normal file → Executable file
1
Tools/scripts/diff.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
""" Command line interface to difflib.py providing diffs in four formats:
|
||||
|
||||
* ndiff: lists every line and highlights interline changes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue