Message3945

Author mcella
Recipients cheeming, glyph, mboersma, mcella, pjenvey, zyasoft
Date 2008-12-17.14:44:43
SpamBayes Score 0.0009567602
Marked as misclassified No
Message-id <1229525083.91.0.0432879248795.issue1074@psf.upfronthosting.co.za>
In-reply-to
Content
CherryPy also needs the signal module to work right.

cherrypy$ grep signal *
_cpengine.py:import signal

Another annoying thing that should be solved by a working signal module
(at least "sabi" told me so in IRC) is that jython doesn't raise the
KeyboardInterruptException, this is generally used not only by CherryPy.
History
Date User Action Args
2008-12-17 14:44:43mcellasetmessageid: <1229525083.91.0.0432879248795.issue1074@psf.upfronthosting.co.za>
2008-12-17 14:44:43mcellasetrecipients: + mcella, pjenvey, mboersma, zyasoft, cheeming, glyph
2008-12-17 14:44:43mcellalinkissue1074 messages
2008-12-17 14:44:43mcellacreate