#7667: Fix doctest failures with non-ASCII paths.
diff --git a/Misc/NEWS b/Misc/NEWS
index f207082..f05e90e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@
 Library
 -------
 
+- Issue #7667: Fix doctest failures with non-ASCII paths.
+
 - Issue #7512: shutil.copystat() could raise an OSError when the filesystem
   didn't support chflags() (for example ZFS under FreeBSD).  The error is
   now silenced.