summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2021-04-28-13-21-52.bpo-43961.gNchls.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Tests/2021-04-28-13-21-52.bpo-43961.gNchls.rst')
-rw-r--r--Misc/NEWS.d/next/Tests/2021-04-28-13-21-52.bpo-43961.gNchls.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-04-28-13-21-52.bpo-43961.gNchls.rst b/Misc/NEWS.d/next/Tests/2021-04-28-13-21-52.bpo-43961.gNchls.rst
deleted file mode 100644
index e56572f..0000000
--- a/Misc/NEWS.d/next/Tests/2021-04-28-13-21-52.bpo-43961.gNchls.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix test_logging.test_namer_rotator_inheritance() on Windows: use
-:func:`os.replace` rather than :func:`os.rename`. Patch by Victor Stinner.