[issue19089] Windows: Make Ctrl-D exit key combination cross-platform

2013-09-27 Thread Eric V. Smith
Eric V. Smith added the comment: Closing as rejected. -- resolution: -> rejected stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue19089] Windows: Make Ctrl-D exit key combination cross-platform

2013-09-27 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- priority: normal -> low type: -> enhancement versions: -Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.5 ___ Python tracker ___

[issue19089] Windows: Make Ctrl-D exit key combination cross-platform

2013-09-27 Thread Raymond Hettinger
Raymond Hettinger added the comment: [Brain Curtin] > Ctrl-Z and Ctrl-D simply have different meanings > on the different platforms, outside of what Python does. > We already can't make Ctrl-Z on Windows do what it does > on Linux, and Ctrl-D is not natural to Windows users. I concur. It would

[issue19089] Windows: Make Ctrl-D exit key combination cross-platform

2013-09-25 Thread Tim Golden
Tim Golden added the comment: I'm at best +0.25, but I don't have a problem with Ctrl-D exiting on Windows, as it doesn't do anything else! The thing is, though, that this is all handled within myreadline.c:my_fgets which is a call into the system fgets which errors out with Ctrl-Z but return

[issue19089] Windows: Make Ctrl-D exit key combination cross-platform

2013-09-25 Thread Brian Curtin
Brian Curtin added the comment: I'm unable to find the previous issue, but you asked for this in the past. Ctrl-Z and Ctrl-D simply have different meanings on the different platforms, outside of what Python does. We already can't make Ctrl-Z on Windows do what it does on Linux, and Ctrl-D is n

[issue19089] Windows: Make Ctrl-D exit key combination cross-platform

2013-09-25 Thread Eric V. Smith
Eric V. Smith added the comment: It's trying to be consistent on whatever platform it's on. I'd rather python.exe match all other text-based .exe's on Windows. We can't have it both ways. But I agree it's a hassle. Cross-platform is a problem that Cygwin is trying to solve, so I suggest you u

[issue19089] Windows: Make Ctrl-D exit key combination cross-platform

2013-09-25 Thread anatoly techtonik
Changes by anatoly techtonik : -- title: Windows: Broken Ctrl-D shortcut on Python 3 -> Windows: Make Ctrl-D exit key combination cross-platform versions: +Python 2.7 ___ Python tracker ___