arogozhnikov / python3_with_pleasure

A short guide on features of Python 3 with examples
3.63k stars 242 forks source link

Fix version that recursive glob was implemented #12

Closed seanpmorgan closed 6 years ago

seanpmorgan commented 6 years ago

Recursive glob was implemented in python 3.5: https://docs.python.org/3/whatsnew/3.5.html#glob https://docs.python.org/3.5/library/glob.html

arogozhnikov commented 6 years ago

Thanks, Sean!