Issue 27966: PEP-397 documents incorrect registry path (original) (raw)
Issue27966
Created on 2016-09-06 05:45 by mhammond, last changed 2022-04-11 14:58 by admin.
Messages (2) | ||
---|---|---|
msg274525 - (view) | Author: Mark Hammond (mhammond) * ![]() |
Date: 2016-09-06 05:45 |
Received via email: PEP-397 (PEP 397 -- Python launcher for Windows) says: """ The launcher installation is registered in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CurrentVersion\SharedDLLs with a reference counter. """ There is no such entry. It should be HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs | ||
msg275143 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2016-09-08 20:37 |
I'd rather not document this anyway, and I'm not sure it's true right now. Since 3.5, there is one MSI for the launcher that will be used into the future and handle the reference counting, so this note is irrelevant and solely of historical interest. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:35 | admin | set | github: 72153 |
2016-09-08 20:37:40 | steve.dower | set | messages: + |
2016-09-07 16:44:00 | ned.deily | set | nosy: + paul.moore, tim.golden, zach.ware, steve.dowercomponents: + Windows, - Documentation |
2016-09-06 05:45:11 | mhammond | create |