mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
OS/2 patches by Andrew I MacIntyre for distutils.
Closes patch #435381.
This commit is contained in:
parent
c318260a71
commit
2544f51036
8 changed files with 108 additions and 4 deletions
|
|
@ -57,7 +57,8 @@ class bdist (Command):
|
|||
# This won't do in reality: will need to distinguish RPM-ish Linux,
|
||||
# Debian-ish Linux, Solaris, FreeBSD, ..., Windows, Mac OS.
|
||||
default_format = { 'posix': 'gztar',
|
||||
'nt': 'zip', }
|
||||
'nt': 'zip',
|
||||
'os2': 'zip', }
|
||||
|
||||
# Establish the preferred order (for the --help-formats option).
|
||||
format_commands = ['rpm', 'gztar', 'bztar', 'ztar', 'tar',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue