[New-bugs-announce] [issue41492] Fix signing description for Windows release builds

Steve Dower report at bugs.python.org
Wed Aug 5 19:35:01 EDT 2020


New submission from Steve Dower <steve.dower at python.org>:

At some point, Windows started displaying an authenticated certificate property as the display name in UAC prompts, rather than the file properties.

Currently our SigningDescription is set to the build identifier, which is not a nice display name. We should change it to be "Python 3.x.y" (which will involve updating the build YAML files to extract the version number).

----------
assignee: steve.dower
components: Windows
messages: 374910
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Fix signing description for Windows release builds
type: behavior
versions: Python 3.10, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list