summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-09-01 02:21:44 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-09-01 02:21:44 (GMT)
commit8f8cc8ba6b79450497bea7f3003865501b14e53e (patch)
treef33e4a988adeb58c35bd3e3e59abe11041c7cd61 /Misc
parent18b6751e3947be83fef92367d727bedef7ab41a7 (diff)
downloadcpython-8f8cc8ba6b79450497bea7f3003865501b14e53e.zip
cpython-8f8cc8ba6b79450497bea7f3003865501b14e53e.tar.gz
cpython-8f8cc8ba6b79450497bea7f3003865501b14e53e.tar.bz2
news note on xattrs
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08a2078..f1ee836 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -268,6 +268,8 @@ Core and Builtins
Library
-------
+- Issue #12720: Expose low-level Linux extended file attribute functions in os.
+
- Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi
now respect a --skip-build option given to bdist. The packaging commands
were fixed too.