From 432b797c041ea03a0f5a1822fe0e2bcbeb0588ca Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Mon, 27 Dec 2010 15:04:47 -0800 Subject: [PATCH] Clarify that some of the pure decorators are future work. --- src/tutorial/pure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2