summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2010-10-25 13:02:04 (GMT)
committerJesus Cea <jcea@jcea.es>2010-10-25 13:02:04 (GMT)
commit7e9065cf8c9d2465af002bfc13687d72e9a9dcdd (patch)
treeded8dd26ebb07e4ad96871766aeb99613edf3009 /Misc
parent97019ff6653cd2d74eee62907609379bff14494c (diff)
downloadcpython-7e9065cf8c9d2465af002bfc13687d72e9a9dcdd.zip
cpython-7e9065cf8c9d2465af002bfc13687d72e9a9dcdd.tar.gz
cpython-7e9065cf8c9d2465af002bfc13687d72e9a9dcdd.tar.bz2
Issue #10143: Update "os.pathconf" values
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
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 @@ Library
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.