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
Changes by Petri Savolainen :
--
nosy: +petri
___
Python tracker
<http://bugs.python.org/issue13276>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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