[issue10747] Include version info in Windows shortcuts

2014-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset b896fe4b1201 by Martin v. Löwis in branch '3.4': Issue #10747: Use versioned labels in the Windows start menu. http://hg.python.org/cpython/rev/b896fe4b1201 New changeset 3ca598c3437f by Martin v. Löwis in branch 'default': Issue #10747: Merge with

[issue10747] Include version info in Windows shortcuts

2014-06-22 Thread Martin v . Löwis
Martin v. Löwis added the comment: Thanks for the patch. Committed as-is to 3.4 and 3.5. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10747 ___

[issue10747] Include version info in Windows shortcuts

2014-06-06 Thread Olive Kilburn
Olive Kilburn added the comment: The included patch is probably fine, but I have given up testing it, because I think msi.py needs the paid-for version of Microsoft C++ to run. -- keywords: +patch Added file: http://bugs.python.org/file35504/mywork.patch

[issue10747] Include version info in Windows shortcuts

2014-03-17 Thread Olive Kilburn
Olive Kilburn added the comment: I'm testing a patch for this. This will be the first time I've contributed. -- nosy: +Olive.Kilburn ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10747 ___

[issue10747] Include version info in Windows shortcuts

2014-02-26 Thread Westley Martínez
Westley Martínez added the comment: I understand this is an old issue. Sorry if it is no longer relevant. I have usually have at least two versions of Python installed on Windows: 2.x and 3.x. In Windows 7, if you pin a certain shortcut to the start menu, you can't tell what version of

[issue10747] Include version info in Windows shortcuts

2014-02-26 Thread Mark Lawrence
Mark Lawrence added the comment: Makes sense to me. Can someone please add mvl to the nosy list, I don't dare :) FYI https://mail.python.org/pipermail/python-dev/2010-December/106942.html -- nosy: +BreamoreBoy ___ Python tracker

[issue10747] Include version info in Windows shortcuts

2014-02-26 Thread Nick Coghlan
Nick Coghlan added the comment: Oops, I forgot to assign this to MvL for a yes/no decision as the maintainer of the Windows installer when I first created it years ago. It's too late for 3.4.0 now, so marking this as one for 3.5. However, if Larry and Martin are amenable, it might also be

[issue10747] Include version info in Windows shortcuts

2014-02-26 Thread Nick Coghlan
Nick Coghlan added the comment: One suggestion I like from the thread (thanks for digging up that reference Mark) is to drop the GUI from the IDLE shortcut. The other suggestions I don't think are worth worrying about - these names have been as they are for quite some time, and it's mainly

[issue10747] Include version info in Windows shortcuts

2014-02-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: I don't see any reason not to change the next release of all versions. My only concern is about the length and whether Windows has a limit for either the start menu or the taskbar tooltip popup The Doc server icon should be removed from 3.x until it is made to

[issue10747] Include version info in Windows shortcuts

2011-11-29 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: +terry.reedy versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10747 ___

[issue10747] Include version info in Windows shortcuts

2010-12-21 Thread Nick Coghlan
New submission from Nick Coghlan ncogh...@gmail.com: This issue is to propose specific wording to Martin for inclusion of version details in the Windows shortcuts. This is to make the shortcuts easier to use when the hierarchical menu information is lost for any reason (e.g frequently used

[issue10747] Include version info in Windows shortcuts

2010-12-21 Thread Sridhar Ratnakumar
Changes by Sridhar Ratnakumar sridh...@activestate.com: -- nosy: +srid ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10747 ___ ___