[New-bugs-announce] [issue24910] Windows MSIs don't have unique display names

Steve Dower report at bugs.python.org
Fri Aug 21 20:49:52 CEST 2015


New submission from Steve Dower:

The MSIs for debug symbols and binaries have the same descriptions as the main installers, so you can't distinguish between the packages in lists like (get-package python).Name (in Powershell):

Python 3.5.0rc1 Development Libraries (64-bit)
Python 3.5.0rc1 Core Interpreter (64-bit)
Python 3.5.0rc1 Standard Library (32-bit)
Python 3.5.0rc1 Executables (64-bit)
Python 3.5.0rc1 Executables (32-bit)
Python 3.5.0rc1 Tcl/Tk Support (32-bit)
Python 3.5.0rc1 Tcl/Tk Support (64-bit)
Python 3.5.0rc1 Executables (32-bit)
Python 3.5.0rc1 Tcl/Tk Support (32-bit)
Python 3.5.0rc1 Tcl/Tk Support (64-bit)
Python 3.5.0rc1 Standard Library (32-bit)
Python 3.5.0rc1 Tcl/Tk Support (32-bit)
Python 3.5.0rc1 Core Interpreter (32-bit)
Python 3.5.0rc1 Core Interpreter (64-bit)

We (I) should fix up the descriptions so they can be told apart. (Note that these are not generally user-visible, so it isn't a huge deal.)

----------
assignee: steve.dower
components: Installation, Windows
messages: 248972
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Windows MSIs don't have unique display names
type: behavior
versions: Python 3.5, Python 3.6

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


More information about the New-bugs-announce mailing list