]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added a -c (--copyfile) option with argument src:dst which copies file src
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 24 Feb 2003 16:27:08 +0000 (16:27 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 24 Feb 2003 16:27:08 +0000 (16:27 +0000)
commit00cbf07ca714ec562bbf46be06c46f46381e3282
tree18fca221f6e0b77346cb08ed8342ff0df27bec44
parentb671c0c418b103605e70b31f7e057b299c0962e1
Added a -c (--copyfile) option with argument src:dst which copies file src
into dst in the bundle. The Python API already had this functionality
Lib/plat-mac/buildtools.py
Lib/plat-mac/bundlebuilder.py