summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-06-10 20:02:04 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-06-10 20:02:04 (GMT)
commit419e8ede1954461f45ee93629d6252d81919cbfe (patch)
tree592255cd234d4ae741134184691ba4ccb28c14ca /Misc
parent568be63248614a2cdd7666a67ddfd16e817f7db9 (diff)
parent904a2ef2e20ad22d324da18a9c98cb65666babb8 (diff)
downloadcpython-419e8ede1954461f45ee93629d6252d81919cbfe.zip
cpython-419e8ede1954461f45ee93629d6252d81919cbfe.tar.gz
cpython-419e8ede1954461f45ee93629d6252d81919cbfe.tar.bz2
Issue #20900: Merge from 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8eaed23..39b1cff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Core and Builtins
Library
-------
+- Issue #20900: distutils register command now decodes HTTP responses
+ correctly. Initial patch by ingrid.
+
- Issue #27186: Add os.PathLike support to pathlib, removing its provisional
status (part of PEP 519).