commit | 8f8cc8ba6b79450497bea7f3003865501b14e53e | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Aug 31 22:21:44 2011 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Aug 31 22:21:44 2011 -0400 |
tree | f33e4a988adeb58c35bd3e3e59abe11041c7cd61 | |
parent | 18b6751e3947be83fef92367d727bedef7ab41a7 [diff] [blame] |
news note on xattrs
diff --git a/Misc/NEWS b/Misc/NEWS index 08a2078..f1ee836 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -268,6 +268,8 @@ 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.