]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
news note on xattrs
authorBenjamin Peterson <benjamin@python.org>
Thu, 1 Sep 2011 02:21:44 +0000 (22:21 -0400)
committerBenjamin Peterson <benjamin@python.org>
Thu, 1 Sep 2011 02:21:44 +0000 (22:21 -0400)
Misc/NEWS

index 08a2078b360a087ad42f5554767677843f4dfae4..f1ee83639dae3b27ce90b60ef272b9b5d3db989d 100644 (file)
--- 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.