[issue7088] New (in 2.6) functions in signal module are not documented as unix-only

2009-10-22 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r75607. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue7088] New (in 2.6) functions in signal module are not documented as unix-only

2009-10-08 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : 2.6 introduced several new functions to the signal module that are not available on Windows (setitimer, getitimer, and siginterrupt). However, they aren't documented with Availability: Unix. -- assignee: georg.brandl components: Documentation messa