[issue28794] inspect.isasyncgen and inspect.isasyncgenfunction aren't documented
New submission from Nathaniel Smith: The string "isasync" does not appear to occur on this page: https://docs.python.org/3.6/library/inspect.html ---------- assignee: docs@python components: Documentation messages: 281662 nosy: docs@python, njs, yselivanov priority: normal severity: normal status: open title: inspect.isasyncgen and inspect.isasyncgenfunction aren't documented versions: Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28794> _______________________________________
Mariatta Wijaya added the comment: Hi, attached is the patch with docs for inspect.isasyncgen and inspect.isasyncgenfunction Please review, and let me know if this works. Thanks :) ---------- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file45636/issue28794.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28794> _______________________________________
Mariatta Wijaya added the comment: Can anyone review this please? :) Thanks. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28794> _______________________________________
Emanuel Barry added the comment: LGTM. Thanks for the patch! ---------- nosy: +ebarry stage: -> commit review _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28794> _______________________________________
Berker Peksag added the comment: Thanks for the patch, but these two functions have already been documented in 78c8f450b84c. Closing this as 'out of date'. ---------- nosy: +berker.peksag resolution: -> out of date stage: commit review -> resolved status: open -> closed type: -> enhancement _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28794> _______________________________________
participants (4)
-
Berker Peksag -
Emanuel Barry -
Mariatta Wijaya -
Nathaniel Smith