summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-01-21-13-56-55.bpo-35802.6633PE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-01-21-13-56-55.bpo-35802.6633PE.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-01-21-13-56-55.bpo-35802.6633PE.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-01-21-13-56-55.bpo-35802.6633PE.rst b/Misc/NEWS.d/next/Library/2019-01-21-13-56-55.bpo-35802.6633PE.rst
deleted file mode 100644
index 8b73d2bd58..0000000000
--- a/Misc/NEWS.d/next/Library/2019-01-21-13-56-55.bpo-35802.6633PE.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Clean up code which checked presence of ``os.stat`` / ``os.lstat`` /
-``os.chmod`` which are always present. Patch by Anthony Sottile.