summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorPierre Quentel <pierre.quentel@gmail.com>2017-04-02 10:26:12 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-04-02 10:26:12 (GMT)
commit351adda54bed3afbbf6db7725699679e68722d7d (patch)
treecde5d5563d5fc31730378a164ea0b73d0d67ff35 /Misc/NEWS
parentefbd4ea65dbb9f87b1afeec6a760802756badee5 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a9acaf8..2e9cce6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.