From dca079a5eac10b24c353149619b73413486f68b9 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Fri, 1 May 2009 21:10:13 -0400 Subject: [PATCH] Update README.dev to the fact that we're using Cython instead of Pyrex now. Signed-off-by: Evan Broder --- README.dev | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.dev b/README.dev index bc60e09..773d694 100644 --- a/README.dev +++ b/README.dev @@ -5,9 +5,9 @@ hopefully be a bit more Pythonic in its interface. The goal is essentially to implement the full set of "high-level" APIs provided by the Perl modules in a combination of Python and -Pyrex. This will typically involve a fairly simple wrapping of the C -API in a Pyrex module (e.g. afs._pts), and then a higher-level -wrapping of that Pyrex module in pure Python (e.g. afs.pts). +Cython. This will typically involve a fairly simple wrapping of the C +API in a Cython module (e.g. afs._pts), and then a higher-level +wrapping of that Cython module in pure Python (e.g. afs.pts). I am depending on patches from other people, beacuse I will not finish this on my own. I think I've established enough of the structure that -- 1.7.9.5