Issue #10143: Update "os.pathconf" values
diff --git a/Misc/NEWS b/Misc/NEWS
index 015ce1f..e3df59a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
++++++++++++
 Python News
 +++++++++++
 
@@ -135,6 +135,8 @@
 Extensions
 ----------
 
+- Issue #10143: Update "os.pathconf" values.
+
 - Issue #6518: Support context manager protcol for ossaudiodev types.
 
 - Issue #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY.