[issue602245] os.popen() negative error code IOError

Jeroen Ruigrok van der Werven report at bugs.python.org
Sat Jan 19 11:11:10 CET 2008


Jeroen Ruigrok van der Werven added the comment:

Current output on XP with 2.5.1:

D:\>test.py
Traceback (most recent call last):
  File "D:\test.py", line 12, in <module>
    r.close()
IOError: [Errno 0] Error
Traceback (most recent call last):
  File "D:\test.py", line 20, in <module>
    r.close()
IOError: [Errno 0] Error
Traceback (most recent call last):
  File "D:\test.py", line 29, in <module>
    e.close()
IOError: [Errno 0] Error

----------
nosy: +asmodai

____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue602245>
____________________________________


More information about the Python-bugs-list mailing list