Antoine Pitrou <pit...@free.fr> added the comment: > Why an environment variable instead of a command line switch (as > suggested by Ian Jackson)? Shouldn't a script be able to decide for > itself how it handles signals?
Because the available space for command line switches is rather limited, and this isn't an important option. This issue applies only to POSIX systems AFAIK, and it's easy to force an env var when running an executable ("MYENVVAR=foo python ..."). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14228> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com