summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-08-03 22:06:29 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-08-03 22:06:29 (GMT)
commita0e5d981cdd4f60244ae9829e38e9bc783674e9a (patch)
tree248edf1f99f6d7212bd70cc08dae36e59c7d78a9 /Misc
parent43cbbe21a7c0683b45334d9c979d612525cd1435 (diff)
downloadcpython-a0e5d981cdd4f60244ae9829e38e9bc783674e9a.zip
cpython-a0e5d981cdd4f60244ae9829e38e9bc783674e9a.tar.gz
cpython-a0e5d981cdd4f60244ae9829e38e9bc783674e9a.tar.bz2
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3348c1..822184b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,8 @@ Core and Builtins
Library
-------
+- Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
+
- Issue #23652: Make it possible to compile the select module against the
libc headers from the Linux Standard Base, which do not include some
EPOLL macros. Patch by Matt Frank.