bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)

This commit is contained in:
Tal Einat
2018-06-30 23:02:48 +03:00
committed by GitHub
parent fe524df37c
commit 6dc57e2a20
3 changed files with 1721 additions and 586 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ Edge and Level Trigger Polling (epoll) Objects
Remove a registered file descriptor from the epoll object.
.. method:: epoll.poll(timeout=-1, maxevents=-1)
.. method:: epoll.poll(timeout=None, maxevents=-1)
Wait for events. timeout in seconds (float)
+1050
View File
File diff suppressed because it is too large Load Diff
+670 -585
View File
File diff suppressed because it is too large Load Diff