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

win32api etc should alias code moved to the core #8

Open
ghost opened this issue Apr 16, 2003 · 1 comment
Open

win32api etc should alias code moved to the core #8

ghost opened this issue Apr 16, 2003 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 16, 2003

win32pipe.popen and win32api.Reg* should be removed
from the source-tree, and dynamically load the versions
in Python itself. This way bugs fixed in the core are
reflected here magically. Eg, see
https://sourceforge.net/tracker/index.php?func=detail&aid=722413&group\_id=5470&atid=105470

I would rather spend the effort aliasing _winreg than
duplicating the fix in win32api. However, this will
almost certainly mean win32api.error should subclass
os.WindowsError.

Reported by: mhammond

Original Ticket: "pywin32/bugs/8":https://sourceforge.net/p/pywin32/bugs/8

@ghost ghost assigned ghost and unassigned ghost Oct 24, 2017
@Avasam
Copy link
Collaborator

Avasam commented Mar 16, 2024

Tagging @mhammond as the original Creator of the issue on SourceForge.

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

1 participant