Benjamin Peterson added the comment:

Unfortunately, the test doesn't fail without the fix in, probably because the 
pager() function replaces itself in the module and thus can only be called 
once. It might make more sense to just directly test the getpager function with 
sys.stdin = None.

----------
nosy: +benjamin.peterson

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

Reply via email to