[New-bugs-announce] [issue37517] Improve error messages for Windows reserved file names

Steven D'Aprano report at bugs.python.org
Sat Jul 6 20:00:34 EDT 2019


New submission from Steven D'Aprano <steve+python at pearwood.info>:

See #37515.

Perhaps Windows builds can check for reserved file names and give a more descriptive error message in the event of IO error?

(Eryksun also mentions two reserved names which Microsoft apparently does not document: "CONIN$" and "CONOUT$".)

----------
components: Windows
messages: 347456
nosy: CarK, SilentGhost, eryksun, paul.moore, steve.dower, steven.daprano, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Improve error messages for Windows reserved file names
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37517>
_______________________________________


More information about the New-bugs-announce mailing list