Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP-397 documents incorrect registry path #72153

Open
mhammond opened this issue Sep 6, 2016 · 2 comments
Open

PEP-397 documents incorrect registry path #72153

mhammond opened this issue Sep 6, 2016 · 2 comments

Comments

@mhammond
Copy link
Contributor

mhammond commented Sep 6, 2016

BPO 27966
Nosy @mhammond, @pfmoore, @tjguk, @zware, @zooba

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2016-09-06.05:45:11.065>
labels = ['OS-windows']
title = 'PEP-397 documents incorrect registry path'
updated_at = <Date 2016-09-08.20:37:40.688>
user = 'https://github.com/mhammond'

bugs.python.org fields:

activity = <Date 2016-09-08.20:37:40.688>
actor = 'steve.dower'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2016-09-06.05:45:11.065>
creator = 'mhammond'
dependencies = []
files = []
hgrepos = []
issue_num = 27966
keywords = []
message_count = 2.0
messages = ['274525', '275143']
nosy_count = 6.0
nosy_names = ['mhammond', 'paul.moore', 'tim.golden', 'docs@python', 'zach.ware', 'steve.dower']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue27966'
versions = []

@mhammond
Copy link
Contributor Author

mhammond commented Sep 6, 2016

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

@mhammond mhammond added the docs Documentation in the Doc dir label Sep 6, 2016
@ned-deily ned-deily added OS-windows and removed docs Documentation in the Doc dir labels Sep 7, 2016
@zooba
Copy link
Member

zooba commented Sep 8, 2016

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.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants