summaryrefslogtreecommitdiffstats
path: root/Doc/library/errno.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23485: select.select() is now retried automatically with the recomputedVictor Stinner2015-03-301-1/+4
| | | | | | | | | timeout when interrupted by a signal, except if the signal handler raises an exception. This change is part of the PEP 475. The asyncore and selectors module doesn't catch the InterruptedError exception anymore when calling select.select(), since this function should not raise InterruptedError anymore.
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-1/+0
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+636