]> granicus.if.org Git - python/commit
SF bug #478949 Windows installer start menu registry.
authorTim Peters <tim.peters@gmail.com>
Wed, 7 Nov 2001 04:42:04 +0000 (04:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 7 Nov 2001 04:42:04 +0000 (04:42 +0000)
commit6f0699bc099d8f7a05f8a9eb206f4f37ac5c9ca1
treee9ea1fb17163d5870d7f08dc780f284ff59ac473
parent1a670c84147509bd8252cbdb61c2d84d383d341b
SF bug #478949 Windows installer start menu registry.
I'm guessing at this, pending more info from the bug submitter.  Wise
changed how the %GROUP% vrbl got defined between versions 5.0a (used
before Python 2.2) and 8.14, to hold the full path to Start Menu group
instead of just the group name.  If I'm guessing correctly, the info
the bug report is complaining about is in one of the registry keys
we set up that neither Windows nor Python cares about.  We did store
a full path there in 2.2b1 instead of just the group name; the patch cuts
it back to just the name again.
PCbuild/python20.wse