This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author agiz
Recipients agiz, ronaldoussoren
Date 2012-12-24.15:50:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356364246.33.0.381686861789.issue16768@psf.upfronthosting.co.za>
In-reply-to
Content
`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
History
Date User Action Args
2012-12-24 15:50:46agizsetrecipients: + agiz, ronaldoussoren
2012-12-24 15:50:46agizsetmessageid: <1356364246.33.0.381686861789.issue16768@psf.upfronthosting.co.za>
2012-12-24 15:50:46agizlinkissue16768 messages
2012-12-24 15:50:46agizcreate