]> granicus.if.org Git - python/commit
Fix issue #4865: add /Library/Python/2.7/site-packages to
authorRonald Oussoren <ronaldoussoren@mac.com>
Mon, 30 Mar 2009 23:10:35 +0000 (23:10 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Mon, 30 Mar 2009 23:10:35 +0000 (23:10 +0000)
commite0154ed7ff9cf476d93cc20b49b69ca5d39cf41b
tree03e428336b3a64775d496c39ce8e039f4f789a81
parent6c2633e919b2353341fd06407bfb4c0a993dcaeb
Fix issue #4865: add /Library/Python/2.7/site-packages to
sys.path on OSX, to make it easier to share (some) installed
packages between the system install and a user install.
Lib/site.py
Misc/NEWS