diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-03-17 09:11:54 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-03-17 09:11:54 +0100 |
commit | ec748c47ac2540fbc7b97e9d1efab1233003af1a (patch) | |
tree | aad4b1d233fb022ecae2053fd0e843a44e00206b /Misc | |
parent | 499d3654a86a55ce7b727a31b6fea8e1ddb04508 (diff) | |
parent | 5c13aa156255d672aeee4d32bc0965e20c7d6c51 (diff) | |
download | cpython-git-ec748c47ac2540fbc7b97e9d1efab1233003af1a.tar.gz |
Merge 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -226,6 +226,9 @@ Core and Builtins Library ------- +- Issue #26569: Fix :func:`pyclbr.readmodule` and :func:`pyclbr.readmodule_ex` + to support importing packages. + - Issue #26499: Account for remaining Content-Length in HTTPResponse.readline() and read1(). Based on patch by Silent Ghost. Also document that HTTPResponse now supports these methods. |