[Checkins] [zopefoundation/zope.publisher] 3e36f0: Don't use the current Python version to determine ...

GitHub noreply at github.com
Wed Feb 1 13:57:49 CET 2017


  Branch: refs/heads/plonezope4
  Home:   https://github.com/zopefoundation/zope.publisher
  Commit: 3e36f0a2aa959d5cfa7400797a60afd4170940f8
      https://github.com/zopefoundation/zope.publisher/commit/3e36f0a2aa959d5cfa7400797a60afd4170940f8
  Author: Matthew Wilkes <git at matthewwilkes.name>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M src/zope/publisher/publish.py

  Log Message:
  -----------
  Don't use the current Python version to determine the location of the code for an object, always use __code__ or __func__ and fall back to func_code and im_func if they are missing.




More information about the checkins mailing list