This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ezio.melotti, flox, georg.brandl, pitrou
Date 2009-12-19.21:16:27
SpamBayes Score 0.08359208
Marked as misclassified No
Message-id <1261257390.26.0.365941713279.issue7493@psf.upfronthosting.co.za>
In-reply-to
Content
I saw two small things:
- dict.has_key is still used instead of `in`
- Pyrex is mentioned, but not Cython (http://www.cython.org/); Cython is
probably much more active than Pyrex, though.
History
Date User Action Args
2009-12-19 21:16:30pitrousetrecipients: + pitrou, georg.brandl, ezio.melotti, flox
2009-12-19 21:16:30pitrousetmessageid: <1261257390.26.0.365941713279.issue7493@psf.upfronthosting.co.za>
2009-12-19 21:16:27pitroulinkissue7493 messages
2009-12-19 21:16:27pitroucreate