ANN: PyEnchant 1.1.3

Ryan Kelly ryan at rfk.id.au
Wed Jun 15 16:44:40 CEST 2005


I'm pleased to announce the release of PyEnchant version 1.1.3.  This
release includes several new pieces of functionality as well as the
usual bugfixes:


   * support for Python 2.2, if you have an updated distutils
   * use 'locale' module to look up current language if none specified
   * more and better regression tests
   * mark deprecated interfaces with warnings
   * removed <data> parameter to Dict constructor, with lots of
     reshuffling behind the scenes
   * added DictNotFoundError as a subclass of Error
   * tested and tuned unicode support
   * bug fixes:
        * memory leak in DictWithPWL._free()
        * incorrect cache handling for PWLs


Users of previous versions are encouraged to upgrade.  There is also an
updated and expanded tutorial available on the project website.


Cheers,


   Ryan



About:
-------

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.1.3
Licence: LGPL with exemptions, as per Enchant itself


-- 
Ryan Kelly
http://www.rfk.id.au  |  This message is digitally signed. Please visit
ryan at rfk.id.au        |  http://www.rfk.id.au/ramblings/gpg/ for details

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/python-announce-list/attachments/20050616/d420c3e0/attachment.pgp


More information about the Python-announce-list mailing list