Re: Binary search tree

2007-11-09 Thread Jake McKnight
xistence (very fast) and at the > end it > is easy to sort. > > -Larry > -- > http://mail.python.org/mailman/listinfo/python-list > -- Jake McKnight -- http://mail.python.org/mailman/listinfo/python-list

Re: problem opening html file with webbrowser.open

2007-10-29 Thread Jake McKnight
it from the interpreter; if it's actually executing successfully, you should see something that looks like this: >>> import webbrowser >>> webbrowser.open("file:///home/user/path/to/file/test.html") True >>> -- Jake McKnight -- http://mail.python.org/mailman/listinfo/python-list