0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Lib/distutils
Greg Ward 884df454b2 The 'copy_file()' and 'copy_tree()' functions in util.py now have
meaningful return values: respectively, whether the copy was done, and
the list of files that were copied.  This meant some trivial changes in
core.py as well: the Command methods that mirror 'copy_file()' and
'copy_tree()' have to pass on their return values.
1999-05-02 21:42:05 +00:00
..
command Rearranged things so that compilation of .py files is the responsibility 1999-05-02 21:39:13 +00:00
__init__.py
core.py The 'copy_file()' and 'copy_tree()' functions in util.py now have 1999-05-02 21:42:05 +00:00
errors.py First checkin of real Distutils code. 1999-03-22 14:52:19 +00:00
fancy_getopt.py First checkin of real Distutils code. 1999-03-22 14:52:19 +00:00
sysconfig.py
text_file.py 'warn()' method now takes an optional line number. 1999-04-15 17:50:19 +00:00
util.py The 'copy_file()' and 'copy_tree()' functions in util.py now have 1999-05-02 21:42:05 +00:00
version.py