##// END OF EJS Templates
Remove outdated TODO comment
krassowski -
Show More
@@ -701,8 +701,6 b' EVALUATION_POLICIES = {'
701 allow_all_operations=False,
701 allow_all_operations=False,
702 ),
702 ),
703 "limited": SelectivePolicy(
703 "limited": SelectivePolicy(
704 # TODO:
705 # - should reject binary and unary operations if custom methods would be dispatched
706 allowed_getitem=BUILTIN_GETITEM,
704 allowed_getitem=BUILTIN_GETITEM,
707 allowed_getitem_external=SUPPORTED_EXTERNAL_GETITEM,
705 allowed_getitem_external=SUPPORTED_EXTERNAL_GETITEM,
708 allowed_getattr=BUILTIN_GETATTR,
706 allowed_getattr=BUILTIN_GETATTR,
General Comments 0
You need to be logged in to leave comments. Login now