You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It mixes native private methods like feed_eof() and feed_data() with decided to be used by top-level programmer like .read_any etc.
Moreover it doesn't suggest to use async for for iterating over incoming data and so on.
The doc should get rid of autodoc usage and switch to explicit documentation writing (as Python itself does).
The far blue sky goal is getting rid of autodoc usage at all for the project.
The text was updated successfully, but these errors were encountered:
http://aiohttp.readthedocs.io/en/stable/api.html looks like a piece of garbage.
Especially when I look on streaming API
http://aiohttp.readthedocs.io/en/stable/api.html#module-aiohttp.streams
It mixes native private methods like
feed_eof()
andfeed_data()
with decided to be used by top-level programmer like.read_any
etc.Moreover it doesn't suggest to use
async for
for iterating over incoming data and so on.The doc should get rid of autodoc usage and switch to explicit documentation writing (as Python itself does).
The far blue sky goal is getting rid of autodoc usage at all for the project.
The text was updated successfully, but these errors were encountered: