commit | 5e2d45672c8f84f6b1877e68ab92b4b50e2d124d | [log] [tgz] |
---|---|---|
author | Andrew Kuchling <amk@amk.ca> | Fri Nov 15 13:01:52 2013 -0500 |
committer | Andrew Kuchling <amk@amk.ca> | Fri Nov 15 13:01:52 2013 -0500 |
tree | acccecbfdceb5560510b1b989b44a34c65822f7d | |
parent | c31ebb60f975b231e8f2fff7af72204bf3309ed0 [diff] |
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.