From: Benjamin Peterson Date: Thu, 1 Sep 2011 02:21:44 +0000 (-0400) Subject: news note on xattrs X-Git-Tag: v3.3.0a1~1590 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f8cc8ba6b79450497bea7f3003865501b14e53e;p=thirdparty%2FPython%2Fcpython.git news note on xattrs --- diff --git a/Misc/NEWS b/Misc/NEWS index 08a2078b360a..f1ee83639dae 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.