[issue4453] MSI installer shows error message if "Compile .py files to bytecode" option is selected

Terry J. Reedy report at bugs.python.org
Wed Aug 4 18:07:51 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I marked this for the version Aaron verified.

It seems to me that the following switch is backwards:

                    if quiet:
                        print('*** Error compiling', fullname, '...')
                    else:
                        print('*** ', end='')

Quiet True should print less, not more.

----------
versions: +Python 3.1 -Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4453>
_______________________________________


More information about the Python-bugs-list mailing list