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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, techtonik
Date 2013-03-21.07:24:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363850643.65.0.0593616855711.issue17503@psf.upfronthosting.co.za>
In-reply-to
Content
Python has absolutely no code to control the Windows console. It has always used fgets().

On the other hand, Windows keeps independent settings per shortcut or executable, so if you started Python directly from the start menu (or by opening the python.exe executable from the Explorer), you may have set different options.

To be sure, open a cmd.exe console, and start Python from there. The behavior should be the same in all versions.
History
Date User Action Args
2013-03-21 07:24:03amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, techtonik
2013-03-21 07:24:03amaury.forgeotdarcsetmessageid: <1363850643.65.0.0593616855711.issue17503@psf.upfronthosting.co.za>
2013-03-21 07:24:03amaury.forgeotdarclinkissue17503 messages
2013-03-21 07:24:03amaury.forgeotdarccreate