Message36000
| 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:10 | admin | link | issue405952 messages |
| 2007年08月23日 15:04:10 | admin | create |
|