From: Robert Bradshaw Date: Mon, 27 Dec 2010 23:04:47 +0000 (-0800) Subject: Clarify that some of the pure decorators are future work. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=432b797c041ea03a0f5a1822fe0e2bcbeb0588ca;p=cython.git Clarify that some of the pure decorators are future work. --- diff --git a/src/tutorial/pure.rst b/src/tutorial/pure.rst index e9bcae79..9976e853 100644 --- a/src/tutorial/pure.rst +++ b/src/tutorial/pure.rst @@ -142,8 +142,8 @@ Pointer types may be constructed with ``cython.pointer(cython.int)``, and arrays as ``cython.int[10]``. A limited attempt is made to emulate these more complex types, but only so much can be done from the Python language. -Decorators ----------- +Decorators (not yet implemented) +-------------------------------- We have settled on ``@cython.cclass`` for the ``cdef class`` decorators, and ``@cython.cfunc`` and ``@cython.ccall`` for :keyword:`cdef` and