[issue45961] [doc] Missing documentation for wait_for module

2021-12-02 Thread Irit Katriel
Irit Katriel added the comment: If you mean this: https://pypi.org/project/wait-for/ then it is not part of the python library. If you mean asyncio's wait_for, it's documented here: https://docs.python.org/3/library/asyncio-task.html#asyncio.wait_for -- nosy: +iritkatriel resolutio

[issue45961] [doc] Missing documentation for wait_for module

2021-12-02 Thread Alex
New submission from Alex : I wondering why there is no documentation for the synchronous module "wait_for": site-packages/wait_for/__init__.py It's just missing or there are some reason? I didn't see any deprecation info about this module. -- messages: 407516 nosy: Alex-Izquierdo pri