Antoine Pitrou <[email protected]> added the comment: > However when I try your example I get > > sys.stdin = io.TextIOWrapper( > sys.stdin.detach(), 'ascii', 'replace') > ValueError: underlying buffer has been detached
Which version of Python (and which OS?). It works fine here on latest 3.2 and 3.3 branches. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13342> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
