Re: [Python-Dev] Issue 32933

2018-03-03 Thread Sanyam Khurana
Hey Tony, You can raise a PR and then start working on writing a test case of it. People would then be able to see what exactly you've done and suggest changes if need be. Let me know if you've any more questions. On Sat, Mar 3, 2018 at 11:24 PM, TonyFlury via Python-Dev wrote: > I mentioned wh

[Python-Dev] Issue 32933

2018-03-03 Thread TonyFlury via Python-Dev
I mentioned when I raised issue 32933 (mock_open doesn't support dunder iter protocol) that I have a one line fix for the issue. Who should I send this detail too ? Obviously it will need test cases too - I wrote a single very simple one just to prove to myself it worked - but it isn't complete