Browse Source

Update scandir 1.9.0 (9ab3d1f) → 1.10.0 (982e6ba).

pull/1200/head
JackDandy 6 years ago
parent
commit
c74fdf14f2
  1. 1
      CHANGES.md
  2. 2
      lib/scandir/scandir.py

1
CHANGES.md

@ -11,6 +11,7 @@
* Update html5lib 1.1-dev (4f92357) to 1.1-dev (4b22754)
* Update MsgPack 0.6.0 (197e307) to 0.6.1 (737f08a)
* Update profilehooks module 1.10.1 (fdbf19d) to 1.11.0 (e17f378)
* Update scandir 1.9.0 (9ab3d1f) to 1.10.0 (982e6ba)
[develop changelog]

2
lib/scandir/scandir.py

@ -44,7 +44,7 @@ elif _scandir is None and ctypes is None:
import warnings
warnings.warn("scandir can't find the compiled _scandir C module or ctypes, using slow generic fallback")
__version__ = '1.9.0'
__version__ = '1.10.0'
__all__ = ['scandir', 'walk']
# Windows FILE_ATTRIBUTE constants for interpreting the

Loading…
Cancel
Save