[issue34077] doc Be explicit about mock_open created mocks not supporting __iter__

2018-07-09 Thread Berker Peksag
Berker Peksag added the comment: There is also bpo-32933. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34077] doc Be explicit about mock_open created mocks not supporting __iter__

2018-07-09 Thread Berker Peksag
Berker Peksag added the comment: -1. We can't document every non-existent feature in the stdlib documentation. There is an already open issue for adding __iter__ support to mock_open(): Issue 21258 -- nosy: +berker.peksag resolution: -> rejected stage: patch review -> resolved statu

[issue34077] doc Be explicit about mock_open created mocks not supporting __iter__

2018-07-09 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +7753 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue34077] doc Be explicit about mock_open created mocks not supporting __iter__

2018-07-09 Thread Andrés Delfino
New submission from Andrés Delfino : I've been bitten by this one, and while the docs are clear in what the created mock objects support, I think something explicit about __iter__ will help. -- assignee: docs@python components: Documentation messages: 321327 nosy: adelfino, docs@python