diff options
author | Steve Dower <steve.dower@python.org> | 2019-09-04 21:42:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-04 21:42:54 (GMT) |
commit | 772ec0fad57412daa53d16d7019b6b2fe6e94942 (patch) | |
tree | 29643e09afda8b8f31bc85db1d9b58b0427aeab4 /Misc | |
parent | 60bd1f88f21073965a444c8b39c4202d015da5d6 (diff) | |
download | cpython-772ec0fad57412daa53d16d7019b6b2fe6e94942.zip cpython-772ec0fad57412daa53d16d7019b6b2fe6e94942.tar.gz cpython-772ec0fad57412daa53d16d7019b6b2fe6e94942.tar.bz2 |
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-09-04-14-01-08.bpo-38030._USdtk.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-09-04-14-01-08.bpo-38030._USdtk.rst b/Misc/NEWS.d/next/Windows/2019-09-04-14-01-08.bpo-38030._USdtk.rst new file mode 100644 index 0000000..f1be8a1 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-09-04-14-01-08.bpo-38030._USdtk.rst @@ -0,0 +1 @@ +Fixes :func:`os.stat` failing for block devices on Windows |