diff options
author | Pierre Quentel <pierre.quentel@gmail.com> | 2017-04-02 10:26:12 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-04-02 10:26:12 (GMT) |
commit | 351adda54bed3afbbf6db7725699679e68722d7d (patch) | |
tree | cde5d5563d5fc31730378a164ea0b73d0d67ff35 /Misc/NEWS | |
parent | efbd4ea65dbb9f87b1afeec6a760802756badee5 (diff) | |
download | cpython-351adda54bed3afbbf6db7725699679e68722d7d.zip cpython-351adda54bed3afbbf6db7725699679e68722d7d.tar.gz cpython-351adda54bed3afbbf6db7725699679e68722d7d.tar.bz2 |
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)
Return 304 response if file was not modified.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -303,6 +303,9 @@ Extension Modules Library ------- +- bpo-29654: Support If-Modified-Since HTTP header (browser cache). Patch + by Pierre Quentel. + - bpo-29931: Fixed comparison check for ipaddress.ip_interface objects. Patch by Sanjay Sundaresan. |