A couple of minor corrections to sitecustomize.py: 1. Sometimes the “offset” attribute is not set on Exception objects. Assume 0 when this is the case. (Patch due to Jaremy Creechley) 2. Import “reload” when Python 3.0 is loading sitecustomize.py. (Patch due to Iain Lamb) Changed: U trunk/Bundles/Python.tmbundle/Support/sitecustomize.py