[Checkins] [zopefoundation/zope.cachedescriptors] e5bf09: method.cachedIn preserves __doc__, etc

GitHub noreply at github.com
Fri Sep 2 16:19:41 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.cachedescriptors
  Commit: e5bf09ef98924ae2a0cbe01eb12164579b050804
      https://github.com/zopefoundation/zope.cachedescriptors/commit/e5bf09ef98924ae2a0cbe01eb12164579b050804
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2016-09-02 (Fri, 02 Sep 2016)

  Changed paths:
    M src/zope/cachedescriptors/method.py
    M src/zope/cachedescriptors/method.txt

  Log Message:
  -----------
  method.cachedIn preserves __doc__, etc

This is done using functools.wraps so the exact wrapping depends on
Python version.

This doesn't include an update to CHANGES.rst because of conflicts with
PR #4 and #6.


  Commit: 02ec91c2d500cef2a8cd5ef698271689ebe94819
      https://github.com/zopefoundation/zope.cachedescriptors/commit/02ec91c2d500cef2a8cd5ef698271689ebe94819
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2016-09-02 (Fri, 02 Sep 2016)

  Changed paths:
    M CHANGES.rst
    M src/zope/cachedescriptors/method.py
    M src/zope/cachedescriptors/method.txt
    M src/zope/cachedescriptors/property.py

  Log Message:
  -----------
  Change note.


  Commit: b706ce15f06b1bd94fa0fddfcf3a9ba21baa8184
      https://github.com/zopefoundation/zope.cachedescriptors/commit/b706ce15f06b1bd94fa0fddfcf3a9ba21baa8184
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2016-09-02 (Fri, 02 Sep 2016)

  Changed paths:
    M CHANGES.rst
    M src/zope/cachedescriptors/method.py
    M src/zope/cachedescriptors/method.txt
    M src/zope/cachedescriptors/property.py

  Log Message:
  -----------
  Merge pull request #7 from zopefoundation/cachedin-preserve-doc

method.cachedIn preserves __doc__, etc


Compare: https://github.com/zopefoundation/zope.cachedescriptors/compare/c3ec1f2e2a78...b706ce15f06b


More information about the checkins mailing list