File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -970,6 +970,9 @@ Watching file descriptors
970970 invoke *callback * with the specified arguments once *fd * is available for
971971 reading.
972972
973+ Any preexisting callback registered for *fd * is cancelled and replaced by
974+ *callback *.
975+
973976.. method :: loop.remove_reader(fd)
974977
975978 Stop monitoring the *fd * file descriptor for read availability. Returns
@@ -981,6 +984,9 @@ Watching file descriptors
981984 invoke *callback * with the specified arguments once *fd * is available for
982985 writing.
983986
987+ Any preexisting callback registered for *fd * is cancelled and replaced by
988+ *callback *.
989+
984990 Use :func: `functools.partial ` :ref: `to pass keyword arguments
985991 <asyncio-pass-keywords>` to *callback *.
986992
You can’t perform that action at this time.
0 commit comments