Re: [Python-Dev] docs fixes and PEP 409

2012-01-31 Thread Ethan Furman
Ethan Furman wrote: Only PyException_GetCause is directly related to PEP 409 -- should I only fix that one, and open up a new issue on the tracker for the other three, or should I fix all four now? The specific question is now irrelevant (still learning the differences between the C code and

Re: [Python-Dev] docs fixes and PEP 409

2012-01-31 Thread Nick Coghlan
On Wed, Feb 1, 2012 at 3:07 PM, Ethan Furman wrote: > I'm looking at the docs to make the relevant changes due to PEP 409, and I'm > noticing some problems. > > E.g. The PyException_Get|Set_Context|Cause all talk about using NULL to > clear the related attribute, when actually in should be Py_None