Paul Koning added the comment:

So if I understand right, it seems to me the 3.5/mock 1.1.4 behavior is 
correct.  mock_open(read_data="f") acts like a file that contains f, and m() 
acts like an open() of that file.  So if I call open once, I should read the f, 
then EOF.  If I open twice, then each stream (x and y) is independent, and each 
sees f then EOF.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21750>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to