]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add support in urlparse for recognizing rsync as a protocol that defines a
authorBrett Cannon <bcannon@gmail.com>
Tue, 29 Jun 2004 04:05:57 +0000 (04:05 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 29 Jun 2004 04:05:57 +0000 (04:05 +0000)
commitb43808ad50cde32283c1d9c91661fcb20b4fa0d4
tree3d3edb33c9019794e6d78fbe2f33e82bd666b019
parentc11c49f865a448fcdb8b82a61631203b66d4e457
Add support in urlparse for recognizing rsync as a protocol that defines a
"netloc" (i.e., network location) in its URL.

Closes bug #981299.
Lib/urlparse.py
Misc/NEWS