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 @@ -858,7 +858,8 @@ Watching file descriptors
858
858
859
859
.. method :: loop.remove_reader(fd)
860
860
861
- Stop monitoring the *fd * file descriptor for read availability.
861
+ Stop monitoring the *fd * file descriptor for read availability. Returns
862
+ ``True `` if *fd * was previously being monitored for reads.
862
863
863
864
.. method :: loop.add_writer(fd, callback, *args)
864
865
@@ -871,7 +872,8 @@ Watching file descriptors
871
872
872
873
.. method :: loop.remove_writer(fd)
873
874
874
- Stop monitoring the *fd * file descriptor for write availability.
875
+ Stop monitoring the *fd * file descriptor for write availability. Returns
876
+ ``True `` if *fd * was previously being monitored for writes.
875
877
876
878
See also :ref: `Platform Support <asyncio-platform-support >` section
877
879
for some limitations of these methods.
You can’t perform that action at this time.
0 commit comments