Revision history of "Python - Signal Handling"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 11:48, 25 January 2008PeterHarding talk contribs 1,052 bytes +1,052 New page: =Signal Handling in Python= ==Examples== <pre> #!/usr/bin/env python #===================================================================== def shutdown(): sys.exit(99) #----------...