[issue27819] Always distribute sdist packages as gztar.

2016-08-21 Thread Jason R. Coombs
Changes by Jason R. Coombs : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue27819] Always distribute sdist packages as gztar.

2016-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset ed9cabce9c38 by Jason R. Coombs in branch 'default': Issue #27819: Add more detail in What's New in 3.6. https://hg.python.org/cpython/rev/ed9cabce9c38 -- ___ Python tracker

[issue27819] Always distribute sdist packages as gztar.

2016-08-21 Thread Jason R. Coombs
Jason R. Coombs added the comment: Good suggestions. -- status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue27819] Always distribute sdist packages as gztar.

2016-08-20 Thread Nick Coghlan
Nick Coghlan added the comment: This one would be worth a note in What's New as well - both in the "changed modules" section under distutils, and in the "Porting to Python 3.6" section While it doesn't affect Python code per se, it may affect folks doing Windows-specific workflow automation, w

[issue27819] Always distribute sdist packages as gztar.

2016-08-20 Thread Jason R. Coombs
Changes by Jason R. Coombs : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue27819] Always distribute sdist packages as gztar.

2016-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d09ec0ee934 by Jason R. Coombs in branch 'default': Issue #27819: Simply default to gztar for sdist formats by default on all platforms. https://hg.python.org/cpython/rev/8d09ec0ee934 -- nosy: +python-dev _

[issue27819] Always distribute sdist packages as gztar.

2016-08-20 Thread Jason R. Coombs
New submission from Jason R. Coombs: Per https://github.com/pypa/setuptools/pull/748#issuecomment-241212548, distutils should by default produce gztar formats on all platforms. -- assignee: jason.coombs components: Distutils messages: 273245 nosy: dstufft, eric.araujo, jason.coombs prio