[issue6804] IDLE: Detect Python files even if name doesn't end in .py

Amaury Forgeot d'Arc report at bugs.python.org
Tue Sep 8 13:08:43 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

This makes sense, but the code should:
- not make the query when the extension is empty
- catch the WindowsError raised when the extension is not in the registry.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6804>
_______________________________________


More information about the Python-bugs-list mailing list