Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Description
I proposed to remove outdated example scripts: issue#97669. In the related discussionhttps://discuss.python.org/t/remove-outdated-tools-scripts-scripts/19571@gvanrossumproposed to remove demos of Tools/demos/.
I think we should remove everything from those directories that isn’t needed to build. I don’t know how to tell what that is.For sure the Tools/demo directory can go – there’s even a demo of remote execution there! :-)
These demo scripts are not installed bymake install.
The remote execution are the rpython.py + rpythond.py scripts:
Remote python client. Execute Python commands remotely and send output back.
There is no security in these scripts: the TCP communication is not encrypted and there is no authentication.
Tools/demo/README describes the demo scripts.
Note: the stdlib contains theturledemo module:https://docs.python.org/dev/library/turtle.html#module-turtledemo