]> granicus.if.org Git - python/commit
Improvements to Bastian's build_scripts command:
authorGreg Ward <gward@python.net>
Thu, 25 May 2000 02:03:56 +0000 (02:03 +0000)
committerGreg Ward <gward@python.net>
Thu, 25 May 2000 02:03:56 +0000 (02:03 +0000)
commit80fa55e71fea3ef170792a8cc8fcc6bef10687b7
tree37b63586e216d8f10838d5e5f4be4d96ea007f34
parent029e3027869eb730af2b9c92c1268c03ec1dda20
Improvements to Bastian's build_scripts command:
  * 'first_line_re' loosened up
  * command description improved
  * replaced '_copy_files()' and '_adjust_files()' with one method
    that does everything, 'copy_scripts()' -- this should be more
    efficient than Bastian's version, should behave better in
    dry-run mode, and does timestamp dependency-checking
Lib/distutils/command/build_scripts.py