[Python-bugs-list] [ python-Bugs-576016 ] Docs missing for PyErr_SetFromWindows...

noreply@sourceforge.net noreply@sourceforge.net
Mon, 01 Jul 2002 18:56:47 -0700


Bugs item #576016, was opened at 2002-07-01 11:39
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=576016&group_id=5470

Category: Documentation
Group: None
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Thomas Heller (theller)
>Assigned to: Thomas Heller (theller)
Summary: Docs missing for PyErr_SetFromWindows...

Initial Comment:
Docs are missing for PyErr_SetFromWindowsErr() and 
PyErr_SetFromWindowsErrWithFilename().

While we're at it, shouldn't there also be variants of 
these functions taking an additional 'PyObject *exc' 
parameter, allowing to specify other exception types 
(probably subclasses of PyExc_WindowsError)?

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-07-01 21:56

Message:
Logged In: YES 
user_id=3066

Please check in on the trunk.  Thanks!

----------------------------------------------------------------------

Comment By: Thomas Heller (theller)
Date: 2002-07-01 15:23

Message:
Logged In: YES 
user_id=11105

Simple-minded patch, which only describes what these 
functions do.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=576016&group_id=5470