• Jeremy Hylton's avatar
    Some cosmetic changes · dbdffd61
    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
ZCTextIndex.py 5.7 KB