summaryrefslogtreecommitdiff
path: root/Mac/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-03-20 20:43:34 +0000
committerGuido van Rossum <guido@python.org>2001-03-20 20:43:34 +0000
commit6b767ac81aba6e51f9a84efe44d31a1db1e1edba (patch)
treec22c5455415a6f1e2b1b1757ac90aa271bd34ced /Mac/Tools
parentb845cb0946a278a1f4bf5710d471b90a18e688d5 (diff)
downloadcpython-git-6b767ac81aba6e51f9a84efe44d31a1db1e1edba.tar.gz
Lawrence Hudson, SF #401702: Modify co_filename in frozen programs
This patch was developed primarily to reduce the size of the frozen binary. It is particularly useful when freezing for 'small' platforms, such as Palm OS, where you really want to save that last miserable byte. A limitation of this patch is that it does not provide any feedback about the replacements being made. As the path matching is case-sensitive this may lead to unexpected behaviour for DOS and Windows people, eg > freeze.py -r C:\Python\Lib\=py\ goats.py should probably be: > freeze.py -r c:\python\lib\=py\ goats.py
Diffstat (limited to 'Mac/Tools')
0 files changed, 0 insertions, 0 deletions