[pywin32-bugs] [ pywin32-Bugs-722414 ] win32api etc should alias code moved to the core
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-04-16 10:40:21
|
Bugs item #722414, was opened at 2003-04-16 20:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=722414&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mark Hammond (mhammond) Assigned to: Mark Hammond (mhammond) Summary: win32api etc should alias code moved to the core Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=722414&group_id=78018 |