]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19544 and Issue #6516: Restore support for --user and --group parameters to...
authorAndrew Kuchling <amk@amk.ca>
Fri, 15 Nov 2013 18:01:52 +0000 (13:01 -0500)
committerAndrew Kuchling <amk@amk.ca>
Fri, 15 Nov 2013 18:01:52 +0000 (13:01 -0500)
commit5e2d45672c8f84f6b1877e68ab92b4b50e2d124d
treeacccecbfdceb5560510b1b989b44a34c65822f7d
parentc31ebb60f975b231e8f2fff7af72204bf3309ed0
Issue #19544 and Issue #6516: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516.
Doc/distutils/sourcedist.rst
Lib/distutils/archive_util.py
Lib/distutils/cmd.py
Lib/distutils/command/bdist.py
Lib/distutils/command/bdist_dumb.py
Lib/distutils/command/sdist.py
Lib/distutils/tests/test_archive_util.py
Lib/distutils/tests/test_sdist.py
Misc/NEWS