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

GitHub noreply at github.com
Fri Sep 2 16:11:23 CEST 2016


  Branch: refs/heads/cachedin-preserve-doc
  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.


Compare: https://github.com/zopefoundation/zope.cachedescriptors/compare/6eb0f273967b...02ec91c2d500


More information about the checkins mailing list