[Python-Dev] Can ftp url start with file:// ?

Fred Drake fdrake at acm.org
Fri Jul 9 20:32:04 CEST 2010


On Fri, Jul 9, 2010 at 2:04 PM, Bill Janssen <janssen at parc.com> wrote:
> I'd suggest that
> HTTP is a better (more likely to succeed) default choice in this century.

FTP access also more often reflected the actual file hierarchy of the
machine, so trying that path as a system path is more likely to work
that I'd expect to see for HTTP.

Really, I'd expect any non-local file: URLs to be kicked back to the
application, and let it decide to re-write if it wants to.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
"A storm broke loose in my mind."  --Albert Einstein


More information about the Python-Dev mailing list