summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-04-15-10-41-51.bpo-34321.36m6_l.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-04-15-10-41-51.bpo-34321.36m6_l.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2021-04-15-10-41-51.bpo-34321.36m6_l.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-04-15-10-41-51.bpo-34321.36m6_l.rst b/Misc/NEWS.d/next/Library/2021-04-15-10-41-51.bpo-34321.36m6_l.rst
deleted file mode 100644
index 8591294..0000000
--- a/Misc/NEWS.d/next/Library/2021-04-15-10-41-51.bpo-34321.36m6_l.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-:class:`mmap.mmap` now has a *trackfd* parameter on Unix; if it is
-``False``, the file descriptor specified by *fileno* will not be duplicated.