diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-10 20:02:04 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-10 20:02:04 (GMT) |
commit | 419e8ede1954461f45ee93629d6252d81919cbfe (patch) | |
tree | 592255cd234d4ae741134184691ba4ccb28c14ca /Misc | |
parent | 568be63248614a2cdd7666a67ddfd16e817f7db9 (diff) | |
parent | 904a2ef2e20ad22d324da18a9c98cb65666babb8 (diff) | |
download | cpython-419e8ede1954461f45ee93629d6252d81919cbfe.zip cpython-419e8ede1954461f45ee93629d6252d81919cbfe.tar.gz cpython-419e8ede1954461f45ee93629d6252d81919cbfe.tar.bz2 |
Issue #20900: Merge from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |