summaryrefslogtreecommitdiff
path: root/Tools/demo/hanoi.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-38539: Update demo files (GH-16890)Julin S2019-10-221-5/+5
|
* Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a ↵Georg Brandl2010-12-301-13/+13
| | | | README file to Tools/demo.
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-0/+154
demo to Tools, and remove all the other Demo content.