This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-08-21.18:49:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440182992.59.0.13997851785.issue24910@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2015-08-21 18:49:53steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2015-08-21 18:49:52steve.dowersetmessageid: <1440182992.59.0.13997851785.issue24910@psf.upfronthosting.co.za>
2015-08-21 18:49:51steve.dowerlinkissue24910 messages
2015-08-21 18:49:48steve.dowercreate