CopySupport: Make is_indexable 3-states.
Consistently with newContent/constructInstance, caller may request one of three choices: - do not override class choice - override class choice, making instance non-indexable - override class choice, making instance indexable So is_indexable now defaults to None instead of True.
Showing
Please register or sign in to comment