[issue31390] pydoc.Helper.keywords missing async and await

2017-09-07 Thread Robert Weiner
Changes by Robert Weiner : -- type: -> behavior ___ Python tracker <https://bugs.python.org/issue31390> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue31390] pydoc.Helper.keywords missing async and await

2017-09-07 Thread Robert Weiner
New submission from Robert Weiner: Shouldn't async and await be added to the pydoc keywords list? -- assignee: docs@python components: Documentation messages: 301657 nosy: docs@python, rsw priority: normal severity: normal status: open title: pydoc.Helper.keywords missing asyn