You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyhyphen
Hi,
I am pleased to share some News after a few years of stalemate: Recent
maintenance Releases have made PyHyphen pip-installable and added
Support for Python 3.6 (C Compiler required).
There are also some private discussions on further simplifying the
install process and other internals by:
- unifying the code-base for Py2 and 3 rather than invoking lib2to3
- stop downloading dicts on Setup in favor of lazy loading them upon
instantiation of Hyphenators
- getting rid of the config and .info files
- storing dicts in a Standard Location, e.g. c:/users/name/appdata;
custom Location may still be provided explicitly.
Some of the envisaged changes might in rare cases break existing Code.
Please feel free to share any views or proposals on the above.