]> granicus.if.org Git - python/commit
Issue #26807: mock_open 'files' no longer error on readline at end of file.
authorRobert Collins <rbtcollins@hp.com>
Mon, 16 May 2016 03:22:01 +0000 (15:22 +1200)
committerRobert Collins <rbtcollins@hp.com>
Mon, 16 May 2016 03:22:01 +0000 (15:22 +1200)
commit9549a3e3d4be2a15c222996abff8cb97180ee9be
tree6459b7352282cce393976499fa5830aa14b9d96c
parent33a8fb9920efc4e4f8c6afa1062c966b27f222a9
Issue #26807: mock_open 'files' no longer error on readline at end of file.

Patch from Yolanda Robla.
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/ACKS
Misc/NEWS