Patch #1536071: trace.py should now find the full module name of a
file correctly even on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS
index 06dde4a..7e94560 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,9 @@
 Library
 -------
 
+- Patch #1536071: trace.py should now find the full module name of a
+  file correctly even on Windows.
+
 - logging's atexit hook now runs even if the rest of the module has
   already been cleaned up.