[issue33656] IDLE: Turn on DPI awareness on Windows

Terry J. Reedy report at bugs.python.org
Sat May 26 19:41:13 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I changed the bare except: to 'except AttributeError:'.  If ctypes.windll.shcore.SetProcessDpiAwareness exists, can calling it with True ever fail?

----------

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


More information about the Python-bugs-list mailing list