[issue31693] Document Py_GETENV

2017-10-06 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue31693] Document Py_GETENV

2017-10-04 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- keywords: +patch pull_requests: +3864 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue31693] Document Py_GETENV

2017-10-04 Thread Barry A. Warsaw
New submission from Barry A. Warsaw : I already added a section to the C API docs for some useful macros. I didn't know about this one when I did that, but it seems like a useful macro to document, so I will do that. -- assignee: barry components: Documentation messages: 303707 nosy: