Robert Collins added the comment:

You're changing _mock_call but readline is actually implemented in 
_readline_side_effect - just changing that should be all thats needed (to deal 
with StopIteration). You will however need to fixup the return values since the 
test I added is a bit wider than just the single defect you uncovered.

----------

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

Reply via email to