Antoine Pitrou <[email protected]> added the comment: Just before, could you try to type the following commands:
>>> r, w = os.pipe() >>> os.lseek(r, 0, 1) ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6236> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
