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 anthony_baxter
Recipients
Date 2001-03-05.07:20:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I discovered a rather nasty side effect of the standard
cmd.py library
today. If it's sitting inside raw_input(), any SIGCLDs
that get sent to
your application get silently eaten and ignored. I'm
assuming that this
is something that readline is thoughtfully doing for me.

This patch adds an instance attr that allows the user
to select to
not use raw_input(), but instead use sys.stdin.readline()
History
Date User Action Args
2007-08-23 15:04:10adminlinkissue405952 messages
2007-08-23 15:04:10admincreate