Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f48d0b..2035f48 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,9 @@
 Library
 -------
 
+- Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an
+  absolute path.
+
 - Issue #15041: update "see also" list in tkinter documentation.
 
 - Issue #15413: os.times() had disappeared under Windows.