mirror of
https://github.com/python/cpython.git
synced 2026-05-17 01:49:12 -04:00
b2e3bb3d6a
adds the 'install_data' and 'install_scripts' commands; these two are trivial thanks to the 'install_misc' base class in cmd.py. (Minor tweaks and commentary by me; the code is untested so far.)