mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added comment to remind us of the (temporary?) obsolescense of the
'install_misc' class.
This commit is contained in:
parent
e3d17526b2
commit
029e302786
1 changed files with 5 additions and 0 deletions
|
@ -344,6 +344,11 @@ class Command:
|
|||
# class Command
|
||||
|
||||
|
||||
# XXX 'install_misc' class not currently used -- it was the base class for
|
||||
# both 'install_scripts' and 'install_data', but they outgrew it. It might
|
||||
# still be useful for 'install_headers', though, so I'm keeping it around
|
||||
# for the time being.
|
||||
|
||||
class install_misc (Command):
|
||||
"""Common base class for installing some files in a subdirectory.
|
||||
Currently used by install_data and install_scripts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue