]> granicus.if.org Git - python/commit
Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open
authorMichael Foord <michael@voidspace.org.uk>
Wed, 20 Mar 2013 00:22:51 +0000 (17:22 -0700)
committerMichael Foord <michael@voidspace.org.uk>
Wed, 20 Mar 2013 00:22:51 +0000 (17:22 -0700)
commit04cbe0c35b20c8379baf55cc5e152f88449e5202
treec139e3a89936361190bcbfaa7d87d45043671254
parent94f2788a859df7e79f8800f2b601e00acc2f8562
Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open
Doc/library/unittest.mock.rst
Lib/unittest/mock.py
Lib/unittest/test/testmock/testwith.py
Misc/NEWS