diff options
author | Damien George <damien@micropython.org> | 2023-08-02 10:04:13 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-08-07 12:37:47 +1000 |
commit | 3f417e894309ee769b80aea85e9a45a826482c64 (patch) | |
tree | 3c752d0504605abe90e84eac8f62922d8e474c2a /tests/extmod/select_poll_basic.py | |
parent | ef71028f77e4a6fc449c64906ebad0a160f35240 (diff) | |
download | micropython-3f417e894309ee769b80aea85e9a45a826482c64.tar.gz micropython-3f417e894309ee769b80aea85e9a45a826482c64.zip |
extmod/modselect: Remove undocumented support for flags arg to poll.
The signature of this method was poller.poll(timeout=-1, flags=0, /) but
the flags argument was not documented and is not CPython compatible. So
it's removed in this commit.
(The optional flags remains for the ipoll() method, which is documented.)
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/extmod/select_poll_basic.py')
0 files changed, 0 insertions, 0 deletions