From: Evan Broder Date: Thu, 9 Jul 2009 02:32:01 +0000 (-0700) Subject: Merge branch 'acl' X-Git-Tag: 0.1.0~23 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/commitdiff_plain/a92dc43b602d9b3e37d96c11e9da9e543a330818?hp=c7607e2c1d074431922b99adb8b83c3fa8c16ae7 Merge branch 'acl' --- 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