mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Fix for bugs: Issue4675 and Issue4962.
This commit is contained in:
parent
e7c9e092b3
commit
5e95e763e1
4 changed files with 22 additions and 2 deletions
|
@ -96,6 +96,9 @@ class UrlParseTestCase(unittest.TestCase):
|
|||
'', '', ''),
|
||||
('mms', 'wms.sys.hinet.net', '/cts/Drama/09006251100.asf',
|
||||
'', '')),
|
||||
('nfs://server/path/to/file.txt',
|
||||
('nfs', 'server', '/path/to/file.txt', '', '', ''),
|
||||
('nfs', 'server', '/path/to/file.txt', '', '')),
|
||||
('svn+ssh://svn.zope.org/repos/main/ZConfig/trunk/',
|
||||
('svn+ssh', 'svn.zope.org', '/repos/main/ZConfig/trunk/',
|
||||
'', '', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue