[IronPython] fake _codecs for IronPython

Sanghyeon Seo sanxiyn at gmail.com
Wed Feb 8 01:46:29 CET 2006


Here you will find _codecs.py for IronPython so that you can use
CPython's codecs module unmodified:

http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/

It is definitely incomplete and doesn't perform any error handling at
all, but it does reasonable job for most common cases.

In particular, you can use Jason Orendorff's path.py with this. The
module 100% works as far as I can tell, but unittests can't be run
because of a bug (not related to path.py) I already reported.

path.py is here:
http://www.jorendorff.com/articles/python/path/

Seo Sanghyeon



More information about the Ironpython-users mailing list