[Checkins] [zopefoundation/AccessControl] 70262a: Use '__self__' instead of 'im_self' everywhere.

GitHub noreply at github.com
Wed Feb 1 15:56:01 CET 2017


  Branch: refs/heads/im-self
  Home:   https://github.com/zopefoundation/AccessControl
  Commit: 70262aac109cc2ec1e1eea0e02a7acf8fe04f595
      https://github.com/zopefoundation/AccessControl/commit/70262aac109cc2ec1e1eea0e02a7acf8fe04f595
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M src/AccessControl/ImplPython.py
    M src/AccessControl/Permission.py
    M src/AccessControl/ZopeSecurityPolicy.py
    M src/AccessControl/userfolder.py
    M src/AccessControl/users.py

  Log Message:
  -----------
  Use '__self__' instead of 'im_self' everywhere.

And only use it if it is not None, which is true for functions instead of methods.


  Commit: cdea25dc2e4155d292421ef2f1eff1777135d1ab
      https://github.com/zopefoundation/AccessControl/commit/cdea25dc2e4155d292421ef2f1eff1777135d1ab
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M include/ExtensionClass/ExtensionClass.h

  Log Message:
  -----------
  Use '__self__' instead of 'im_self' in ExtensionClass.h.


Compare: https://github.com/zopefoundation/AccessControl/compare/70262aac109c^...cdea25dc2e41


More information about the checkins mailing list