[issue35645] Alarm usage

Matthew Barnett report at bugs.python.org
Thu Jan 3 07:57:14 EST 2019


Matthew Barnett <python at mrabarnett.plus.com> added the comment:

@Steven: The complaint is that the BEL character ('\a') doesn't result in a beep when printed.

@Siva: These days, you shouldn't be relying on '\a' because it's not always supported. If you want to make a beep, do so with the appropriate function call. Ask Google!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35645>
_______________________________________


More information about the Python-bugs-list mailing list