summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-08 12:00:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-08 12:00:33 (GMT)
commitc5b5ba9bdafaf2542ac2e6939f025a01a10549c2 (patch)
tree70ceb9a316e654dc68e8a809186c41afda1ccfb1 /Misc/NEWS
parent7155b881f249dc9c72cdcea53b2a945798783781 (diff)
parent94ad49fabc15c2eaafb5b590701ceb642d56bec0 (diff)
downloadcpython-c5b5ba9bdafaf2542ac2e6939f025a01a10549c2.zip
cpython-c5b5ba9bdafaf2542ac2e6939f025a01a10549c2.tar.gz
cpython-c5b5ba9bdafaf2542ac2e6939f025a01a10549c2.tar.bz2
Issue #26709: Fixed Y2038 problem in loading binary PLists.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 21f3ac6..9970636 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -237,6 +237,8 @@ Core and Builtins
Library
-------
+- Issue #26709: Fixed Y2038 problem in loading binary PLists.
+
- Issue #23735: Handle terminal resizing with Readline 6.3+ by installing our
own SIGWINCH handler. Patch by Eric Price.