]> granicus.if.org Git - python/commit
Sjoerd Mullender writes:
authorGuido van Rossum <guido@python.org>
Thu, 18 Mar 1999 14:21:41 +0000 (14:21 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 18 Mar 1999 14:21:41 +0000 (14:21 +0000)
commita0fec1637b88fd63849b1810874714d4f1d09000
tree1fe6d68a0bba1ef532f30f59989c0dd52ba259f5
parent81da9f146c2223bc486197c2df03feda5126dcd5
Sjoerd Mullender writes:

Pathnames of files on other hosts in the same domain
(\\host\path\to\file) are not translated correctly to URLs and back.
The URL should be something like file:////host/path/to/file.
Note that a combination of drive letter and remote host is not
possible.
Lib/nturl2path.py