Fix #9790: Rework the imports necessary for ntpath.samefile and
ntpath.sameopenfile.
diff --git a/Misc/NEWS b/Misc/NEWS
index c353810..430c858 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,9 @@
 Library
 -------
 
+- Issue #9790: Rework imports necessary for samefile and sameopenfile
+  in ntpath.
+
 - Issue #9928: Properly initialize the types exported by the bz2 module.
 
 - Issue #1675951: Allow GzipFile to work with unseekable file objects.