summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/select_poll_basic.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-08-02 10:04:13 +1000
committerDamien George <damien@micropython.org>2023-08-07 12:37:47 +1000
commit3f417e894309ee769b80aea85e9a45a826482c64 (patch)
tree3c752d0504605abe90e84eac8f62922d8e474c2a /tests/extmod/select_poll_basic.py
parentef71028f77e4a6fc449c64906ebad0a160f35240 (diff)
downloadmicropython-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