New submission from Ziga: `getch()` interprets CTRL-Y as CTRL-Z on OS X 10.7.3. Tested with python 2.5, 2.6, 2.7 32-bit and 64-bit.
How to recreate behavior: >>> import curses >>> stdscr = curses.initscr() # CTRL-Y works as expected until now. >>> stdscr.getch() # press <CTRL+Y> $ [1] + 407 suspended python ---------- assignee: ronaldoussoren components: Extension Modules, Library (Lib), Macintosh messages: 178065 nosy: agiz, ronaldoussoren priority: normal severity: normal status: open title: CTRL-Y, yank, behaves as CTRL-Z with curses on OS X type: behavior versions: Python 2.6, Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16768> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com