Re: Use Regular Expressions to extract URL's

2010-05-01 Thread Walter Overby
A John Gruber post from November seems relevant. I have not tried his regex in any language. http://daringfireball.net/2009/11/liberal_regex_for_matching_urls Regards, Walter. -- http://mail.python.org/mailman/listinfo/python-list

Re: 2.6, 3.0, and truly independent intepreters

2008-11-06 Thread Walter Overby
Hi, I've been following this discussion, and although I'm not nearly the Python expert that others on this thread are, I think I understand Andy's point of view. His premises seem to include at least: 1. His Python code does not control the creation of the threads. That is done at the app

Re: 2.6, 3.0, and truly independent intepreters

2008-11-06 Thread Walter Overby
On Nov 6, 2:03 pm, sturlamolden [EMAIL PROTECTED] wrote: On Nov 6, 6:05 pm, Walter Overby [EMAIL PROTECTED] wrote: I don't understand how this would help.  If these large data structures reside only in one remote process, then the overhead of proxying the data into another process

Re: building Python 2.4.2 on Mac OS X

2006-01-09 Thread Walter Overby
Not sure if this will meet your needs, but I have had good luck using the Fink package manager, which has 2.4.2 in unstable. It takes a while to update the package list and build, but it worked for me without errors. Regards, Walter. -- http://mail.python.org/mailman/listinfo/python-list