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 ajaksu2, amaury.forgeotdarc, christian.heimes, davidhopwood, spiv, tim.peters
Date 2009-07-24.15:42:49
SpamBayes Score 0.00045926357
Marked as misclassified No
Message-id <1248450170.84.0.255571443308.issue481171@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that Windows has been "patched"...
open("COM").read() does not hang: it reads from the console until you
hit Ctrl-Z.
Testing on Windows 2000, some device names always succeed, others fail
with IOError when you open them or write to them.

The behavior seems correct to me (except of course this very concept of
special device names), and matches the expectations of the OP.
History
Date User Action Args
2009-07-24 15:42:51amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, tim.peters, spiv, christian.heimes, ajaksu2, davidhopwood
2009-07-24 15:42:50amaury.forgeotdarcsetmessageid: <1248450170.84.0.255571443308.issue481171@psf.upfronthosting.co.za>
2009-07-24 15:42:49amaury.forgeotdarclinkissue481171 messages
2009-07-24 15:42:49amaury.forgeotdarccreate