[Checkins] [zopefoundation/bobo] b6fe77: Make function annotations in route handlers work

GitHub noreply at github.com
Sun Apr 6 16:44:44 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/bobo
  Commit: b6fe77baa83961989a22e231e8ee10688e382f71
      https://github.com/zopefoundation/bobo/commit/b6fe77baa83961989a22e231e8ee10688e382f71
  Author: Patrick Strawderman <patrick at kilink.net>
  Date:   2014-02-15 (Sat, 15 Feb 2014)

  Changed paths:
    M bobo/src/bobo.py
    A bobodoctestumentation/src/bobodoctestumentation/annotations.test
    M bobodoctestumentation/src/bobodoctestumentation/tests.py

  Log Message:
  -----------
  Make function annotations in route handlers work

In Python 3, calling inspect.getargspec on a function that has
annotations raises an exception.  Instead, you must use
inspect.getfullargspec.


  Commit: f1eeb9a22eff397d5a36564b8b7e8abb6921d2f5
      https://github.com/zopefoundation/bobo/commit/f1eeb9a22eff397d5a36564b8b7e8abb6921d2f5
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M bobo/src/bobo.py
    A bobodoctestumentation/src/bobodoctestumentation/annotations.test
    M bobodoctestumentation/src/bobodoctestumentation/tests.py

  Log Message:
  -----------
  Merge pull request #3 from zopefoundation/patrick-annotation-fix

Make function annotations in route handlers work


Compare: https://github.com/zopefoundation/bobo/compare/4f73b5641cec...f1eeb9a22eff


More information about the checkins mailing list