Commit d7dfefeaf68ecd918c1bdbf2ba66a8f3493b7cf9

Authored by Philippe Lagadec
1 parent ffa04426

xglob: updated changelog

oletools/thirdparty/xglob/xglob.py
@@ -52,8 +52,10 @@ For more info and updates: http://www.decalage.info/xglob @@ -52,8 +52,10 @@ For more info and updates: http://www.decalage.info/xglob
52 # 2015-01-03 v0.04 PL: - fixed issues in iter_files + yield container name 52 # 2015-01-03 v0.04 PL: - fixed issues in iter_files + yield container name
53 # 2016-02-24 v0.05 PL: - do not stop on exceptions, return them as data 53 # 2016-02-24 v0.05 PL: - do not stop on exceptions, return them as data
54 # - fixed issue when using wildcards with empty path 54 # - fixed issue when using wildcards with empty path
  55 +# 2016-04-28 v0.06 CH: - improved handling of non-existing files
  56 +# (by Christian Herdtweck)
55 57
56 -__version__ = '0.05' 58 +__version__ = '0.06'
57 59
58 60
59 #=== IMPORTS ================================================================= 61 #=== IMPORTS =================================================================