[issue27469] Unicode filename gets crippled on Windows when drag and drop
Steve Dower
report at bugs.python.org
Mon Jul 18 00:25:57 EDT 2016
Steve Dower added the comment:
A custom icon for .pyd files doesn't require a shell extension - it only really requires the icon.
I don't want to use the same as .pyc, since that has the implication that it can be deleted safely, or .py, since that can be double-clicked. So we'd need something new.
The rest of the request requires exposing new public APIs in Windows so that we can load executables from arbitrary memory locations. That's not something I can fix here :)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27469>
_______________________________________
More information about the Python-bugs-list
mailing list