ANN: Pyrex 0.2.1

Greg Ewing greg@cosc.canterbury.ac.nz
Thu, 09 May 2002 16:40:03 +1200


Minor bug fix release, to correct a stuffup that I
introduced concerning access to builtins.
(That'll teach me to release spiffy new features
without proper re-testing!)

   http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/

What is Pyrex?
--------------

Pyrex is a new language for writing Python extension modules.
It lets you freely mix operations on Python and C data, with
all Python reference counting and error checking handled
automatically.

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg