]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix mock_open docstring to use readline (GH-11266)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Dec 2018 16:23:57 +0000 (08:23 -0800)
committerChris Withers <chris@withers.org>
Thu, 20 Dec 2018 16:23:57 +0000 (16:23 +0000)
commit5fe170d9c1355aa5c34e7c0d2591dc3ff29c6f29
treec2e7a63b700c54e6fc71e8e2daf6ec682d625534
parent0198f52ea2328fd932622ad2299381f617a041f2
Fix mock_open docstring to use readline (GH-11266)

(cherry picked from commit 71f82a2f2085464f5ec99c16bce57bd1631733bd)

Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>
Lib/unittest/mock.py