diff options
author | Robert Collins <rbtcollins@hp.com> | 2016-05-16 03:22:01 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2016-05-16 03:22:01 (GMT) |
commit | 9549a3e3d4be2a15c222996abff8cb97180ee9be (patch) | |
tree | 6459b7352282cce393976499fa5830aa14b9d96c /Misc | |
parent | 33a8fb9920efc4e4f8c6afa1062c966b27f222a9 (diff) | |
download | cpython-9549a3e3d4be2a15c222996abff8cb97180ee9be.zip cpython-9549a3e3d4be2a15c222996abff8cb97180ee9be.tar.gz cpython-9549a3e3d4be2a15c222996abff8cb97180ee9be.tar.bz2 |
Issue #26807: mock_open 'files' no longer error on readline at end of file.
Patch from Yolanda Robla.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1223,6 +1223,7 @@ Ben Roberts Mark Roberts Andy Robinson Jim Robinson +Yolanda Robla Daniel Rocco Mark Roddy Kevin Rodgers @@ -124,6 +124,9 @@ Library - Issue #22274: In the subprocess module, allow stderr to be redirected to stdout even when stdout is not redirected. Patch by Akira Li. +- Issue #26807: mock_open 'files' no longer error on readline at end of file. + Patch from Yolanda Robla. + - Issue #25745: Fixed leaking a userptr in curses panel destructor. - Issue #26977: Removed unnecessary, and ignored, call to sum of squares helper |