Bernie H. Innocenti added the comment:
While we're waiting for this patch to be upstreamed, what's the best way to
emulate this functionality with the current gettext module?
I'm looking at the patch and it seems that code similar to this might work?
def pgettext(ctx, ms
Bernie H. Innocenti added the comment:
Ok
--
___
Python tracker
<http://bugs.python.org/issue6901>
___
___
Python-bugs-list mailing list
Unsubscribe:
Bernie H. Innocenti added the comment:
> This is a fundemental behavior that will never change. If you
> dislike it, you can remove the signal handler for it with the
> signal module.
What? We could break the syntax of "print" statements and
cannot change this minor detail
New submission from Bernie H. Innocenti :
On startup, the Python interpreter changes the default behavior
of SIGINT, which results in many Python programs to ignore the
keyboard interrupt exactly in the situations when users are
most likely to use it (i.e.: when the program becomes unresponsive