In lib/python/AccessControl/User.py I find the following lines: 368> _remote_user_mode=_remote_user_mode 369> _super=super 370> _nobody=nobody The line n.368 looks suspiciously different from the others, it seems kind of not doing anything. :^) Is this problematic, or just forgotten around?