diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-10-02 23:49:48 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-10-02 23:49:48 (GMT) |
commit | 1b48671ef11a635fc452e35d08c14a601baa1db7 (patch) | |
tree | bf4bb45c8d7382e89a8f0973afa3bf6db9ea5e9c /Misc | |
parent | 12fafe69367b49421e53da513cc7c470e1219fdd (diff) | |
download | cpython-1b48671ef11a635fc452e35d08c14a601baa1db7.zip cpython-1b48671ef11a635fc452e35d08c14a601baa1db7.tar.gz cpython-1b48671ef11a635fc452e35d08c14a601baa1db7.tar.bz2 |
#6516 added owner/group support for tarfiles in Distutils
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -390,6 +390,9 @@ Core and Builtins Library ------- +- Issue #6516: Added owner/group support when creating tar archives in + Distutils. + - Issue #7031: Add TestCase.assert(Not)IsInstance() methods. - Issue #6790: Make it possible again to pass an `array.array` to |