<div class="gmail_quote">On 28 December 2011 22:51, Jan Dudík <span dir="ltr">&lt;<a href="mailto:jan.dudik@gmail.com">jan.dudik@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

ring_bell = False<br><br></blockquote><div><br></div><div>ring_bell = False refers to whether the bell will ring when user input is required. The issue noted by Jarek is a problem where printing non-western characters on a windows cmd.exe will result in beeps.</div>

<div><br></div><div>Redirecting stdout to a file will turn off transliteration, which solves this problem, even though it shouldn&#39;t change anything when the output is to stderr..</div><div><br></div><div>Ah well, it&#39;s good to know there is a workaround.</div>

<div><br></div><div>Merlijn</div></div>