summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-18 16:30:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-18 16:30:33 (GMT)
commitff97b08d0022392da23a25aa5ccb04e6a2966e8b (patch)
treee8b304f8bf9b2bb260a783fea484a233cffb4dab /Misc
parente413cde95f79544aefce5576ebb92d18cbf6ff2e (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 533d5c5..b831e49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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