diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-08 12:00:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-08 12:00:33 (GMT) |
commit | c5b5ba9bdafaf2542ac2e6939f025a01a10549c2 (patch) | |
tree | 70ceb9a316e654dc68e8a809186c41afda1ccfb1 /Misc/NEWS | |
parent | 7155b881f249dc9c72cdcea53b2a945798783781 (diff) | |
parent | 94ad49fabc15c2eaafb5b590701ceb642d56bec0 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |