diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-29 03:11:09 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-29 03:11:09 +0200 |
commit | 2527796a22404d5b8cb0e498a965c6b4a743caac (patch) | |
tree | 5bc07b91dde0085cc09c3336ed740f6817f11fc3 /Tools/scripts/diff.py | |
parent | 1e3a68d36b08cd9d59084a37c8cb6c2d911868ce (diff) | |
parent | cf534817adc49b2562d175fabd3e3992d25063fe (diff) | |
download | cpython-git-2527796a22404d5b8cb0e498a965c6b4a743caac.tar.gz |
Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)
Diffstat (limited to 'Tools/scripts/diff.py')
-rwxr-xr-x[-rw-r--r--] | Tools/scripts/diff.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/diff.py b/Tools/scripts/diff.py index 52dcab1ff9..9efb078fb8 100644..100755 --- a/Tools/scripts/diff.py +++ b/Tools/scripts/diff.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """ Command line interface to difflib.py providing diffs in four formats: * ndiff: lists every line and highlights interline changes. |