mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
For MacPython-OS9 verbose is the default.
This commit is contained in:
parent
d59f8d0691
commit
5fd945895e
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ def buildapplet():
|
||||||
verbose = Verbose()
|
verbose = Verbose()
|
||||||
elif opt in ('-?', '--help'):
|
elif opt in ('-?', '--help'):
|
||||||
usage()
|
usage()
|
||||||
|
# On OS9 always be verbose
|
||||||
|
if sys.platform == 'mac' and not verbose:
|
||||||
|
verbose = 'default'
|
||||||
# Loop over all files to be processed
|
# Loop over all files to be processed
|
||||||
for filename in args:
|
for filename in args:
|
||||||
cr, tp = MacOS.GetCreatorAndType(filename)
|
cr, tp = MacOS.GetCreatorAndType(filename)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue