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 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ FormEncode-CVS mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/formencode-cvs
