File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -915,7 +915,8 @@ Watching file descriptors
915
915
916
916
.. method :: loop.remove_reader(fd)
917
917
918
- Stop monitoring the *fd * file descriptor for read availability.
918
+ Stop monitoring the *fd * file descriptor for read availability. Returns
919
+ ``True `` if *fd * was previously being monitored for reads.
919
920
920
921
.. method :: loop.add_writer(fd, callback, *args)
921
922
@@ -928,7 +929,8 @@ Watching file descriptors
928
929
929
930
.. method :: loop.remove_writer(fd)
930
931
931
- Stop monitoring the *fd * file descriptor for write availability.
932
+ Stop monitoring the *fd * file descriptor for write availability. Returns
933
+ ``True `` if *fd * was previously being monitored for writes.
932
934
933
935
See also :ref: `Platform Support <asyncio-platform-support >` section
934
936
for some limitations of these methods.
You can’t perform that action at this time.
0 commit comments