[Zope-Checkins] CVS: Packages/AccessControl - User.py:1.84
Brian Lloyd
brian@tarzan.digicool.com
Mon, 12 Jul 1999 17:50:20 -0400
Update of /cvs-repository/Packages/AccessControl
In directory tarzan.digicool.com:/projects/users/navy/lib/python/AccessControl
Modified Files:
User.py
Log Message:
Added a fix to getRolesInContext to handle the fact that sometimes
Python methods are passed as context. In this case, the method now
correctly uses the im_self of the method to continue sniffing up
the acquistion hierarchy for local roles.