PyEnchant 1.5.2 released
[Posted April 27, 2009 by cook]
| From: |
| Ryan Kelly <ryan-AT-rfk.id.au> |
| To: |
| python-announce-list-AT-python.org |
| Subject: |
| ANN: PyEnchant 1.5.2 |
| Date: |
| Mon, 27 Apr 2009 09:35:11 +1000 |
| Message-ID: |
| <1240788911.6617.2.camel@mango> |
| Archive-link: |
| Article, Thread
|
Hi All,
I'm pleased to announce the release of PyEnchant version 1.5.2.
This release fixes compatibility with py2exe, which had been broken
during the move from SWIG to ctypes. I've also included a unittest to
ensure that such breakage doesn't happen again.
Thanks to Stephen George for the initial fix on this one.
Cheers,
Ryan
About PyEnchant:
----------------
Enchant (http://www.abisource.com/enchant/) is the spellchecking
package behind the AbiWord word processor, is being considered for
inclusion in the KDE office suite, and is proposed as a
FreeDesktop.org standard. It's completely cross-platform because
it wraps the native spellchecking engine to provide a uniform
interface.
PyEnchant brings this simple, powerful and flexible spellchecking
engine to Python:
http://pyenchant.sourceforge.net/
It also provides extended functionality including classes for tokenizing
text and iterating over the spelling errors in it, as well as a
ready-to-use text interface and wxPython dialog.
Current Version: 1.5.2
Licence: LGPL with exemptions, as per Enchant itself
--
Ryan Kelly
http://www.rfk.id.au | This message is digitally signed. Please visit
ryan@rfk.id.au | http://www.rfk.id.au/ramblings/gpg/ for details
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
(
Log in to post comments)