diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-11-19 11:17:21 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-11-19 11:17:21 (GMT) |
commit | fd757083df79c21eee862e8d89aeefefe45f64a0 (patch) | |
tree | c3a9e6835610bbb04bebb519d5f01b9784f7426f /Misc/NEWS.d/next/Windows/2019-08-21-12-58-18.bpo-1311.BoW1wU.rst | |
parent | 24555ce2f969bd69517011d23aaf8cc481090211 (diff) | |
download | cpython-fd757083df79c21eee862e8d89aeefefe45f64a0.zip cpython-fd757083df79c21eee862e8d89aeefefe45f64a0.tar.gz cpython-fd757083df79c21eee862e8d89aeefefe45f64a0.tar.bz2 |
Python 3.9.0a1v3.9.0a1
Diffstat (limited to 'Misc/NEWS.d/next/Windows/2019-08-21-12-58-18.bpo-1311.BoW1wU.rst')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-08-21-12-58-18.bpo-1311.BoW1wU.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-08-21-12-58-18.bpo-1311.BoW1wU.rst b/Misc/NEWS.d/next/Windows/2019-08-21-12-58-18.bpo-1311.BoW1wU.rst deleted file mode 100644 index 2ee98e4..0000000 --- a/Misc/NEWS.d/next/Windows/2019-08-21-12-58-18.bpo-1311.BoW1wU.rst +++ /dev/null @@ -1,2 +0,0 @@ -The ``nul`` file on Windows now returns True from :func:`~os.path.exists` -and a valid result from :func:`os.stat` with ``S_IFCHR`` set. |