===============================
To Do's for PyHyphen 1.0beta1
===============================


1. High priority ToDo's
=================


1.1 Move to the stable C API introduced with Python 3.2
----------------------------------------------------------

* Modify the C extension module (not the whole hnjhyphen lib) acording to the stable API
* modify setup.py in order to check if we are on Python >= 3.2, only then use the new API to compile.


2. Medium priority
=========================

2.1 Pure Python rewrite of the C library
------------------------------------------

Reimplement the C library in pure Python to make it compatible with
Iron Python etc. Wilbert Berendsen's
`hyphenator <http://pypi.python.org/pypi/hyphenator/0.5.1>`_ looks like a good starting point.



