This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients Peng.Yu, neologix
Date 2012-04-12.18:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334256639.75.0.63572119391.issue14564@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2012-04-12 18:50:39neologixsetrecipients: + neologix, Peng.Yu
2012-04-12 18:50:39neologixsetmessageid: <1334256639.75.0.63572119391.issue14564@psf.upfronthosting.co.za>
2012-04-12 18:50:38neologixlinkissue14564 messages
2012-04-12 18:50:38neologixcreate