[Python-Dev] docs fixes and PEP 409 (original) (raw)
Ethan Furman ethan at stoneleaf.us
Wed Feb 1 06:07:12 CET 2012
- Previous message: [Python-Dev] PEP 409 - now properly formatted (sorry for the noise)
- Next message: [Python-Dev] docs fixes and PEP 409
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
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?
Ethan
- Previous message: [Python-Dev] PEP 409 - now properly formatted (sorry for the noise)
- Next message: [Python-Dev] docs fixes and PEP 409
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]