[issue29755] python3 gettext.lgettext sometimes returns bytes, not string

2017-03-08 Thread Petri Savolainen
New submission from Petri Savolainen: On Debian stable (Python 3.4), with the LANGUAGE environment variable set to "C" or "en_US.UTF-8", the following produces a string: d = gettext.textdomain('apt-listchanges') print(gettext.lgettext("Informational notes&quo

[issue13276] bdist_wininst-created installer does not run the postinstallation script when uninstalling

2016-09-20 Thread Petri Savolainen
Changes by Petri Savolainen : -- nosy: +petri ___ Python tracker <http://bugs.python.org/issue13276> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15797] bdist_msi does not pass -install/remove flags to install_script

2016-09-20 Thread Petri Savolainen
Petri Savolainen added the comment: If I understood the patch correctly, while adding the '-install' and '-remove' arguments, the patch also removes sys.argv[0], ie. the (install) script name. Why? That also changes the the documented behavior. The patch also appears

[issue15797] bdist_msi does not pass -install/remove flags to install_script

2016-09-20 Thread Petri Savolainen
Petri Savolainen added the comment: Any chance the patch could be processed? -- nosy: +petri versions: +Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issue15