Skip to content
Snippets Groups Projects
  • Guido Trotter's avatar
    Import two itertools recipes · 78feb6fb
    Guido Trotter authored
    The two function 'any' and 'all' are copied as-is from the python 2.4
    documentation for the itertools module. They are useful (and are already
    builtin function in python 2.5).
    
    Reviewed-by: iustinp
    
    78feb6fb