[issue30731] Use correct executable manifest for windows
New submission from tumagonx: I think there is typo in python default manifest (applies to exe dll and pyd) in official installation. currently written as: ... should be: ... notice the lowercase "i" in incorrect manifest -- messages: 296619 nosy: tumagonx priority: normal severity: normal status: open title: Use correct executable manifest for windows type: enhancement versions: Python 3.6 ___ Python tracker <http://bugs.python.org/issue30731> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue30731] Use correct executable manifest for windows
tumagonx added the comment: Not really, just want to be correct... AFAIK wrong manifest like that will prevent execution on older Windows such XP saying application not configured properly. Apparently earlier Windows has been stricter. But it's not like official python 3.6 support XP. -- ___ Python tracker <http://bugs.python.org/issue30731> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue30731] Use correct executable manifest for windows
tumagonx added the comment: @Segev oops, must be my own typo "i" when I try repair the manifest. sorry about that. -- ___ Python tracker <http://bugs.python.org/issue30731> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com