[Python-checkins] r76885 - python/branches/py3k/Doc/c-api/reflection.rst

georg.brandl python-checkins at python.org
Sat Dec 19 18:36:20 CET 2009


Author: georg.brandl
Date: Sat Dec 19 18:36:20 2009
New Revision: 76885

Log:
#7521: remove PyEval_GetRestricted() from the docs.

Modified:
   python/branches/py3k/Doc/c-api/reflection.rst

Modified: python/branches/py3k/Doc/c-api/reflection.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/reflection.rst	(original)
+++ python/branches/py3k/Doc/c-api/reflection.rst	Sat Dec 19 18:36:20 2009
@@ -34,12 +34,6 @@
    Return the line number that *frame* is currently executing.
 
 
-.. cfunction:: int PyEval_GetRestricted()
-
-   If there is a current frame and it is executing in restricted mode, return true,
-   otherwise false.
-
-
 .. cfunction:: const char* PyEval_GetFuncName(PyObject *func)
 
    Return the name of *func* if it is a function, class or instance object, else the


More information about the Python-checkins mailing list