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 tim.golden
Recipients amaury.forgeotdarc, brian.curtin, eric.smith, ethan.furman, techtonik, tim.golden
Date 2013-09-25.17:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52431DA5.4020701@timgolden.me.uk>
In-reply-to <1380129949.41.0.236026303277.issue19089@psf.upfronthosting.co.za>
Content
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 returns Ctrl-D. Which means that the two would 
behave differently even if we special-cased Ctrl-D.

(Sorry: was that explanation a bit involved?)
History
Date User Action Args
2013-09-25 17:32:34tim.goldensetrecipients: + tim.golden, amaury.forgeotdarc, eric.smith, techtonik, brian.curtin, ethan.furman
2013-09-25 17:32:34tim.goldenlinkissue19089 messages
2013-09-25 17:32:34tim.goldencreate