• Raymond Hettinger's avatar
    C Code: · 60eca933
    Raymond Hettinger yazdı
    * Removed the ifilter flag wart by splitting it into two simpler functions.
    * Fixed comment tabbing in C code.
    * Factored module start-up code into a loop.
    
    Documentation:
    * Re-wrote introduction.
    * Addede examples for quantifiers.
    * Simplified python equivalent for islice().
    * Documented split of ifilter().
    
    Sets.py:
    * Replace old ifilter() usage with new.
    60eca933
sets.py 16.7 KB