[issue39273] ncurses does not include BUTTON5_* constants
Grady Martin added the comment: This baffled me, as well. Does the reason involve bit-field width? By the way, look at what my Python installation does when just *pressing* button 5 (mouse wheel down) after calling `curses.mousemask()`: ``` _curses.error: getmouse() returned ERR ``` The curses program then crashes with an exit code of 1. ``` $ uname -srvmo Linux 5.4.51-v7l+ #1333 SMP Mon Aug 10 16:51:40 BST 2020 armv7l GNU/Linux $ python3 -V Python 3.7.3 ``` -- nosy: +IronGrid type: enhancement -> crash versions: +Python 3.7 -Python 3.9 ___ Python tracker <https://bugs.python.org/issue39273> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue39273] ncurses does not include BUTTON5_* constants
Change by Grady Martin : -- versions: +Python 3.6, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue39273> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26726] Incomplete Internationalization in Argparse Module
New submission from Grady Martin: The attached, teensy-weensy patch passes to gettext() a string which had previously been passed as-is. Relevant mailing list message: http://article.gmane.org/gmane.comp.python.devel/157035 -- files: argparse_i18n.patch keywords: patch messages: 263116 nosy: IronGrid priority: normal severity: normal status: open title: Incomplete Internationalization in Argparse Module type: behavior versions: Python 3.6 Added file: http://bugs.python.org/file42416/argparse_i18n.patch ___ Python tracker <http://bugs.python.org/issue26726> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com