Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-97669: Move difflib examples to Doc/includes/ #97964

Merged
merged 1 commit into from Oct 7, 2022

Commits on Oct 7, 2022

  1. gh-97669: Move difflib examples to Doc/includes/

    Remove diff.py and ndiff.py scripts of Tools/scripts/: move them to
    Doc/includes/.
    
    * diff.py and ndiff.py files are no longer executable. Remove also
      their shebang ("#!/usr/bin/env python3").
    * Remove the -profile command from ndiff.py to simply the code.
    * Remove ndiff.py copyright and history command. The Python
      documentation examples are distributed under the "Zero Clause BSD
      License".
    vstinner committed Oct 7, 2022