diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-18 16:30:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-18 16:30:33 (GMT) |
commit | ff97b08d0022392da23a25aa5ccb04e6a2966e8b (patch) | |
tree | e8b304f8bf9b2bb260a783fea484a233cffb4dab /Misc | |
parent | e413cde95f79544aefce5576ebb92d18cbf6ff2e (diff) | |
download | cpython-ff97b08d0022392da23a25aa5ccb04e6a2966e8b.zip cpython-ff97b08d0022392da23a25aa5ccb04e6a2966e8b.tar.gz cpython-ff97b08d0022392da23a25aa5ccb04e6a2966e8b.tar.bz2 |
Issue #20270: urllib.urlparse now supports empty ports.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ Core and Builtins Library ------- +- Issue #20270: urllib.urlparse now supports empty ports. + - Issue #20243: TarFile no longer raise ReadError when opened in write mode. - Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't |