Clarify that some of the pure decorators are future work.
authorRobert Bradshaw <robertwb@math.washington.edu>
Mon, 27 Dec 2010 23:04:47 +0000 (15:04 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Mon, 27 Dec 2010 23:04:47 +0000 (15:04 -0800)
src/tutorial/pure.rst

index e9bcae79f1ae5b1ea78e8b317d803da36b8fac6e..9976e853059b7a85c891d77d98ece7ab48a1fad3 100644 (file)
@@ -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