diff options
author | Victor Stinner <vstinner@python.org> | 2022-10-03 15:09:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 15:09:02 (GMT) |
commit | 64fe34371722d90448e0d1a0c04e7ed106f5f70a (patch) | |
tree | 3469166def39cfc26dfdce75062fddd5ab0d1d98 /Doc/library | |
parent | e6f9ec5c031bd996fcd5f463c407beef0b743b49 (diff) | |
download | cpython-64fe34371722d90448e0d1a0c04e7ed106f5f70a.zip cpython-64fe34371722d90448e0d1a0c04e7ed106f5f70a.tar.gz cpython-64fe34371722d90448e0d1a0c04e7ed106f5f70a.tar.bz2 |
gh-97681: Remove Tools/demo/ directory (#97682)
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.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/curses.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index a7cc495..bb203c4 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -42,9 +42,6 @@ Linux and the BSD variants of Unix. Tutorial material on using curses with Python, by Andrew Kuchling and Eric Raymond. - The :source:`Tools/demo/` directory in the Python source distribution contains - some example programs using the curses bindings provided by this module. - .. _curses-functions: |