[Python-Dev] ANN: Pyrex 0.1.1 (original) (raw)
Greg Ewing greg@cosc.canterbury.ac.nz
Thu, 11 Apr 2002 17:24:37 +1200
- Previous message: [Python-Dev] Can the cgi module be made Unicode-aware?
- Next message: [Python-Dev] PEPs 101 & 102: release procedures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have fixed a few bugs in Pyrex and made it available as version 0.1.1:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
While you're there, pick up the latest version of Plex too (1.1.2), which doesn't use yield as a method name any more.
Fixes in this version:
- Bogus re-use of temp variables shouldn't happen now.
- Access to builtin names now works.
- Exceptions should work now (in simple cases, anyway).
- Conditions in if-statements now evaluated correctly.
More bug fixes are in the works. Thanks to all who have provided feedback so far -- keep it coming!
--
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
- Previous message: [Python-Dev] Can the cgi module be made Unicode-aware?
- Next message: [Python-Dev] PEPs 101 & 102: release procedures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]