[Patches] [ python-Patches-1505257 ] winerror module
SourceForge.net
noreply at sourceforge.net
Wed Jun 14 07:15:20 CEST 2006
Patches item #1505257, was opened at 2006-06-13 10:57
Message generated for change (Comment added) made by loewis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1505257&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: M.-A. Lemburg (lemburg)
Assigned to: Martin v. Löwis (loewis)
Summary: winerror module
Initial Comment:
Hi Martin,
unfortunately I haven't found time to work on a C based
winerror module.
Here's a generator and the generated Python module
which defines the interface. This can then later be
replaced by a more efficient C implementation.
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2006-06-14 07:15
Message:
Logged In: YES
user_id=21627
As discussed before, I am uncomfortable with a lookup
object, instead of just two dicts or dict-like objects: it's
inconsistent with the errno module, and I don't see the need
for it.
Also, can you please provide documentation?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1505257&group_id=5470
More information about the Patches
mailing list