Charles-François Natali <neolo...@free.fr> added the comment:

Hello,

this is not a forum to get help with Python, but to report bugs.

In your case, the problem is simply that since help(os) prints more than 10 
lines, head exits, and python gets EPIPE when writing to the pipe (which is 
normal when there's no reader).

----------
nosy: +neologix
resolution:  -> invalid
status: open -> closed

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

Reply via email to