[Patches] [ python-Patches-919299 ] API Ref: PyErr_SetInterrupt not Obsolete

SourceForge.net noreply at sourceforge.net
Thu Mar 25 09:37:19 EST 2004


Patches item #919299, was opened at 2004-03-19 01:21
Message generated for change (Comment added) made by fdrake
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=919299&group_id=5470

Category: Documentation
>Group: Python 2.3
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: Kurt B. Kaiser (kbk)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: API Ref: PyErr_SetInterrupt not Obsolete

Initial Comment:
The API document Section 4. claims that this function is obsolete, but 
it is used in thread.interrupt_main(), which in turn is used in IDLE.

Attached patch removes the 'obsolete' statement.

If there is some reason that it is going to disappear, then we have to 
figure something out for thread.interrupt_main.

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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2004-03-25 09:37

Message:
Logged In: YES 
user_id=3066

Fixed in Doc/api/exceptions.tex 1.17.
Someone should backport the change to Python 2.3.x and close
this bug report.

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

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



More information about the Patches mailing list