[issue7521] PyEval_GetRestricted should be removed from C API reference

2009-12-19 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r76883, r76884, r76885. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue7521] PyEval_GetRestricted should be removed from C API reference

2009-12-18 Thread John Millikin
John Millikin added the comment: Ditto Py_GetBuildNumber() < http://docs.python.org/3.1/c-api/init.html#Py_GetBuildNumber > -- only mentioned in docs and HISTORY, nothing in the headers or source. Appears to have been removed. -- ___ Python tracker

[issue7521] PyEval_GetRestricted should be removed from C API reference

2009-12-16 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +brett.cannon priority: -> normal stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-lis

[issue7521] PyEval_GetRestricted should be removed from C API reference

2009-12-15 Thread John Millikin
New submission from John Millikin : In , the PyEval_GetRestricted() procedure does not exist. HISTORY indicates it was removed during the 3.0 development cycle. It ought to be removed from the docs as well. -- assigne