-
Jeremy Hylton authored
Re-order imports so that all Zope imports go together and are separate from all the ZCTextIndex imports. Reformat _apply_index() doc string to use std Python style, which is one-line summary followed by paragraphs of text that start at the same offset as the function name. Do comparison of None using is instead of ==.
dbdffd61