suggestion on an operator

David Goodger dgoodger at bigfoot.com
Fri Apr 21 09:30:40 EDT 2000


on 2000-04-20 22:27, Gregory Trubetskoy (grisha at ispol.com) wrote:
> If I want to configure apache to use that handler, I would put something
> like this in the .htaccess config file:
> 
> PythonAuthenHandle  mypackage.mymodule::authenitcate

Why not just a space (or whitespace, r'\s+')? Seems natural, and
string.split() is a no-brainer.

-- 
David Goodger    dgoodger at bigfoot.com    Open-source projects:
 - The Go Tools Project: http://gotools.sourceforge.net
 (more to come!)




More information about the Python-list mailing list