API request 'help' fails as of 1.25 (T93186)
>>> import pywikibot
>>> enwp = pywikibot.Site('en', 'wikipedia')
>>> r = pywikibot.data.api.Request(site=enwp, action='help', modules='help')
>>> r.submit()
Non-JSON response received from server wikipedia:en; the server may be down.
...