[issue481171] Hang using files named prn.txt, etc

2022-04-10 Thread admin


Change by admin :


--
github: None -> 35515

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue481171] Hang using files named prn.txt, etc

2009-07-26 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +ezio.melotti

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue481171
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue481171] Hang using files named prn.txt, etc

2009-07-24 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc amaur...@gmail.com added the comment:

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.

--
nosy: +amaury.forgeotdarc
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue481171
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue481171] Hang using files named prn.txt, etc

2009-04-27 Thread Daniel Diniz

Daniel Diniz aja...@gmail.com added the comment:

Cannot reproduce the hang in 2.6.2 (Windows XP) for nul (opening and
reading returns an empty string), prn or coml. Reading from con.xxx
hangs, but it looks like it's waiting for data and Ctrl+C interrupts it.

--
nosy: +ajaksu2
priority: normal - low
stage:  - test needed
versions: +Python 2.7, Python 3.1 -Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue481171
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue481171] Hang using files named prn.txt, etc

2008-01-05 Thread Christian Heimes

Christian Heimes added the comment:

Let's discuss it for 2.6

--
components: +Interpreter Core, Windows -None
nosy: +tiran
versions: +Python 2.6


Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue481171

___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com