https://hg.python.org/cpython/rev/cceaccb6ec5a changeset: 97815:cceaccb6ec5a branch: 3.5 user: Steve Dower <steve.dower at microsoft.com> date: Tue Sep 08 21:27:47 2015 -0700 summary: Adds Mics/NEWS entry for issue #25029. files: Misc/NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -7,6 +7,10 @@ Release date: 2015年09月13日 +Library +------- + +- Issue #25029: Fixes MemoryError in test_strptime What's New in Python 3.5.0 release candidate 3? =============================================== -- Repository URL: https://hg.python.org/cpython