]> granicus.if.org Git - python/commit
#14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 19 May 2012 14:15:19 +0000 (17:15 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 19 May 2012 14:15:19 +0000 (17:15 +0300)
commit6709b7d5d1b8643856a3e0f864c0657a927f427a
tree56ca8f96edcb3a3e158e42c7003efdae583f1a11
parent5fa4a896016e8a265b6afee64c61a1083c6ffa47
#14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter.
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS