]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added two keys to database format: User-install-skips is an array of pathname
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 1 Jun 2003 20:57:12 +0000 (20:57 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 1 Jun 2003 20:57:12 +0000 (20:57 +0000)
commit5da131b2df84d0b91fbce739eba46ad170188d5e
treebab86c6f57ce58113aec03ef57b9b45edede702d
parent2a97dcce090b5713f16521c73b20ad6604938770
Added two keys to database format: User-install-skips is an array of pathname
prefixes, any file that is skipped during a per-user install that matches
this set is *not* an error; Systemwide-only is a boolean that says the
package cannot be installer per-user.
Lib/plat-mac/pimp.py