diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-08 12:00:02 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-08 12:00:02 (GMT) |
commit | 94ad49fabc15c2eaafb5b590701ceb642d56bec0 (patch) | |
tree | aea81c8169370c8ace0c02a38511da35f6ba369b /Misc | |
parent | 152a19c6bd59b772660c8af050248a196bb6a848 (diff) | |
download | cpython-94ad49fabc15c2eaafb5b590701ceb642d56bec0.zip cpython-94ad49fabc15c2eaafb5b590701ceb642d56bec0.tar.gz cpython-94ad49fabc15c2eaafb5b590701ceb642d56bec0.tar.bz2 |
Issue #26709: Fixed Y2038 problem in loading binary PLists.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -99,6 +99,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. |