Remove NoMoreItems

This commit is contained in:
James Hilton-Balfe
2022-03-06 23:44:18 +00:00
committed by GitHub
parent b77cf500a2
commit 01906f37f1
3 changed files with 3 additions and 10 deletions

View File

@ -791,6 +791,9 @@ The return type of the following methods has been changed to an :term:`asynchron
- :meth:`Guild.fetch_members`
- :meth:`Reaction.users`
The ``NoMoreItems`` exception was removed as calling :func:`anext` or :meth:`~object.__anext__` on an
:term:`asynchronous iterator` will now raise :class:`StopAsyncIteration`.
Removal of ``InvalidArgument`` Exception
-------------------------------------------