Message96397
> > http://docs.python.org/library/signal.html
> I would argue it is not broken.
If it's not broken, then the docs are at least confusing. They should
make clear whether they are talking about the underlying signal or the
Python signal handler. This makes a difference for many applications
which deal with signals. I would even say that due to the very tricky
nature of signals, the documentation *should* be discussing the way it
is implemented. Without that information, it's very difficult to handle
some situations correctly. This wouldn't necessarily mean that the
implementation would have to stay the same, either - just that the
implementation be documented for each version (of course, keeping it the
same would be preferable, for all the normal reasons). |
|
Date |
User |
Action |
Args |
2009-12-14 19:14:15 | exarkun | set | recipients:
+ exarkun, gvanrossum, georg.brandl, Rhamphoryncus, pitrou, movement, ross, bamby, laca, mstepnicki |
2009-12-14 19:14:15 | exarkun | set | messageid: <1260818055.46.0.874336668639.issue1975@psf.upfronthosting.co.za> |
2009-12-14 19:14:14 | exarkun | link | issue1975 messages |
2009-12-14 19:14:13 | exarkun | create | |
|