summaryrefslogtreecommitdiffstats
path: root/Lib/nturl2path.py
Commit message (Collapse)AuthorAgeFilesLines
* Sjoerd Mullender writes:Guido van Rossum1999-03-181-0/+10
| | | | | | | | 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.
* From: Sjoerd MullenderGuido van Rossum1999-03-121-14/+15
| | | | | | The filename to URL conversion didn't properly quote special characters. The URL to filename didn't properly unquote special chatacters.
* Allow paths without drive specifier (Jack).Guido van Rossum1997-08-121-4/+8
|
* url2path for NTGuido van Rossum1996-06-261-0/+52