]> granicus.if.org Git - python/commit
Issue #23004: mock_open() now reads binary data correctly when the type of read_data...
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 6 Aug 2015 10:16:52 +0000 (13:16 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 6 Aug 2015 10:16:52 +0000 (13:16 +0300)
commitabfaecdfdd9c10732e221eada3c259523fd14a8f
treebf41008c5b0dada835fb70aa471617b55348e03c
parent888a6729da50a819438c6aa47e5ea7999d039b24
parent86b34da5ef249b865281704a5f6721391edb0c1c
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.

Initial patch by Aaron Hill.
Lib/unittest/mock.py
Misc/NEWS