|
From: <sub...@co...> - 2007-02-06 19:49:17
|
Author: ianb Date: 2007-02-06 12:48:56 -0700 (Tue, 06 Feb 2007) New Revision: 2269 Modified: FormEncode/trunk/docs/news.txt FormEncode/trunk/setup.cfg Log: Added note about backward compatibility, and try (but don't really succede) to exclude the deprecated modules Modified: FormEncode/trunk/docs/news.txt =================================================================== --- FormEncode/trunk/docs/news.txt 2007-02-06 19:40:20 UTC (rev 2268) +++ FormEncode/trunk/docs/news.txt 2007-02-06 19:48:56 UTC (rev 2269) @@ -6,6 +6,11 @@ svn trunk --------- +* **Backward compatibility issue**: Due to the addition of i18n + (internationalization) to FormEncode, Invalid exceptions now have + unicode messages. You may encounter unicode-related errors if you + are mixing these messages with non-ASCII ``str`` strings. + * gettext-enabled branch merged in * Fixes `#1457145: Fails on URLs with port numbers Modified: FormEncode/trunk/setup.cfg =================================================================== --- FormEncode/trunk/setup.cfg 2007-02-06 19:40:20 UTC (rev 2268) +++ FormEncode/trunk/setup.cfg 2007-02-06 19:48:56 UTC (rev 2269) @@ -14,6 +14,8 @@ doc_base = docs/ dest = docs/html modules = formencode +exclude_modules = formencode.fields formencode.formgen + formencode.sqlformgen formencode.sqlschema title = FormEncode mailing_list_url = http://formencode.org/community.html organization = FormEncode |