Issue #13193: Fix distutils.filelist.FileList and
packaging.manifest.Manifest under Windows.  The "recursive-include"
directive now recognizes both legal path separators.
diff --git a/Misc/NEWS b/Misc/NEWS
index 56802b5..05ff988 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -365,6 +365,10 @@
 Library
 -------
 
+- Issue #13193: Fix distutils.filelist.FileList and
+  packaging.manifest.Manifest under Windows.  The "recursive-include"
+  directive now recognizes both legal path separators.
+
 - Issue #13384: Remove unnecessary __future__ import in Lib/random.py
 
 - Issue #13149: Speed up append-only StringIO objects.