[issue1087] py3k os.popen result is not iterable, patch attached

2012-09-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset c8cc94a0ba4c by Ezio Melotti in branch 'default': #1087: use proper skips in test_os. http://hg.python.org/cpython/rev/c8cc94a0ba4c -- nosy: +python-dev ___ Python tracker

[issue1087] py3k os.popen result is not iterable, patch attached

2009-12-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Oops, I hadn't seen this bug is closed. Sorry. -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue1087] py3k os.popen result is not iterable, patch attached

2009-12-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Does anybody know why _wrap_close wraps TextIOWrapper rather than inherit it? -- nosy: +pitrou ___ Python tracker ___ __

[issue1087] py3k os.popen result is not iterable, patch attached

2009-11-16 Thread Ezio Melotti
Ezio Melotti added the comment: While I was working on EnvironTests I found 'test_os_popen_iter' (added in r58912) and I don't see why it is there. Christian, did you put it in the wrong place by mistake or is it somehow related to os.environ? (the test should also use unittest.skipUnless(os.pat

[issue1087] py3k os.popen result is not iterable, patch attached

2007-11-08 Thread Christian Heimes
New submission from Christian Heimes: os.popen was reimplemented a while ago. It's using the subprocess. I've added a unit test to verify the existence of __iter__() in r58912. -- nosy: +tiran resolution: -> invalid status: open -> closed __ Tracker <[EM

[issue1087] py3k os.popen result is not iterable, patch attached

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: -> aimacintyre nosy: +aimacintyre priority: -> normal __ Tracker <[EMAIL PROTECTED]> __ ___ Python

[issue1087] py3k os.popen result is not iterable, patch attached

2007-09-02 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1087] py3k os.popen result is not iterable, patch attached

2007-09-02 Thread Carsten Haese
Changes by Carsten Haese: __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/pytho

[issue1087] py3k os.popen result is not iterable, patch attached

2007-09-02 Thread Carsten Haese
Changes by Carsten Haese: -- components: Library (Lib) severity: normal status: open title: py3k os.popen result is not iterable, patch attached type: behavior versions: Python 3.0 __ Tracker <[EMAIL PROTECTED]>