23
23
* Avoid "NoneType has no attribute st_mode" error when files disappear
24
24
from a directory while it's being read. (Martin Pool, #446033)
26
28
* PreviewTree file names are not limited by the encoding of the temp
27
29
directory's filesystem. (Aaron Bentley, #436794)