[Checkins] [zopefoundation/AccessControl] 9e8104: Use '__self__' instead of 'im_self' everywhere.
    GitHub 
    noreply at github.com
       
    Wed Feb  1 15:59:20 CET 2017
    
    
  
  Branch: refs/heads/im-self
  Home:   https://github.com/zopefoundation/AccessControl
  Commit: 9e81047aac0aa56ba612dff649fd56d35ade7fc5
      https://github.com/zopefoundation/AccessControl/commit/9e81047aac0aa56ba612dff649fd56d35ade7fc5
  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: 04f99a939067470928941578b6b2d87e2392d5ab
      https://github.com/zopefoundation/AccessControl/commit/04f99a939067470928941578b6b2d87e2392d5ab
  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/cdea25dc2e41...04f99a939067
    
    
More information about the checkins
mailing list