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 _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
