diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-12 09:15:15 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-12 09:15:15 (GMT) |
commit | b669bfc2bed1f5487ac2762bff53b55f6155bb60 (patch) | |
tree | 5e4611fc1496efe54fd582b5680c8c3dbe562d26 /Misc | |
parent | 411bf641d3b820aa5e55718d5c5770543fa32255 (diff) | |
parent | a112a8ae47813f75aa8ad27ee8c42a7c2e937d13 (diff) | |
download | cpython-b669bfc2bed1f5487ac2762bff53b55f6155bb60.zip cpython-b669bfc2bed1f5487ac2762bff53b55f6155bb60.tar.gz cpython-b669bfc2bed1f5487ac2762bff53b55f6155bb60.tar.bz2 |
Issue #22928: Disabled HTTP header injections in http.client.
Original patch by Demian Brecht.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Core and Builtins Library ------- +- Issue #22928: Disabled HTTP header injections in http.client. + Original patch by Demian Brecht. + - Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with imp.reload(). Patch by Thomas Kluyver. |