> Joel> 2010-06-24 Joel Brobecker > Joel> * python/python.c (_initialize_python): Add new "constant" > Joel> PYTHONDIR in gdb module. Insert this path at the head of > Joel> sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and > Joel> exec its __init__.py script if it exists in that directory. > > This is fine with me. Thanks! Following Doug's comments, here is the patch that I just checked in. NEWS and docs next. -- Joel