You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In code pas.py there was already a comment, no more to say:
# for ZopeVersionControl, we need to check 'plugins' for more than
# existence, since it replaces objects (like 'plugins') with SimpleItems
# and calls _delOb, which tries to use special methods of 'plugins'
def _delOb(self, id):
#
# Override ObjectManager's version to clean up any plugin
# registrations for the deleted object
#
# XXX imo this is a evil one
#
The text was updated successfully, but these errors were encountered:
In code
pas.py
there was already a comment, no more to say:The text was updated successfully, but these errors were encountered: