Python and P-lists Link
I learned five things from this 554 word post by Dr. Drang about determining the default browser on OS X.
- There's a Python library for reading plists
- There's a Python library for creating temp files that auto-delete
- The InternetConfig tool is still around in OS X 10.7
- Dr. Drang uses AppleScript like I do, as a wrapper for Shell and Python
- I invested in learning the right scripting language for the distopian future of AppleScript