X Tutup
The Wayback Machine - https://web.archive.org/web/20221223140223/https://github.com/python/cpython/pull/97682/commits
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-97681: Remove Tools/demo/ directory #97682

Merged
merged 1 commit into from Oct 3, 2022
Merged

Commits on Oct 3, 2022

  1. gh-97681: Remove the Tools/demo/ directory

    Remove the Tools/demo/ directory which contained old demo scripts. A
    copy can be found in the old-demos project:
    https://github.com/gvanrossum/old-demos
    
    Remove the following old demo scripts:
    
    * beer.py
    * eiffel.py
    * hanoi.py
    * life.py
    * markov.py
    * mcast.py
    * queens.py
    * redemo.py
    * rpython.py
    * rpythond.py
    * sortvisu.py
    * spreadsheet.py
    * vector.py
    
    Changes:
    
    * Remove a reference to the redemo.py script in the regex howto
      documentation.
    * Remove a reference to the removed Tools/demo/ directory in the
      curses documentation.
    * Update PC/layout/ to remove the reference to Tools/demo/ directory.
    vstinner committed Oct 3, 2022
X Tutup