[Checkins] [zopefoundation/zope.app.apidoc] f5a535: Handle keyword-only args and annotations on Python...

GitHub noreply at github.com
Wed May 24 14:33:26 CEST 2017


  Branch: refs/heads/issue5
  Home:   https://github.com/zopefoundation/zope.app.apidoc
  Commit: f5a535557ef04b1f66785ed9246f30af97b0ae46
      https://github.com/zopefoundation/zope.app.apidoc/commit/f5a535557ef04b1f66785ed9246f30af97b0ae46
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/app/apidoc/tests.py
    M src/zope/app/apidoc/utilities.py

  Log Message:
  -----------
  Handle keyword-only args and annotations on Python 3.

Just use ``str(inspect.signature(func))``, which is much simpler and
handles everything. The only work we need to do is strip out (self)
when requested.

Fixes #5




More information about the checkins mailing list