|
From: <sub...@co...> - 2006-04-13 16:02:53
|
Author: test Date: 2006-04-13 10:02:48 -0600 (Thu, 13 Apr 2006) New Revision: 1695 Modified: FormEncode/trunk/docs/news.txt Log: Added news Modified: FormEncode/trunk/docs/news.txt =================================================================== --- FormEncode/trunk/docs/news.txt 2006-04-13 16:00:00 UTC (rev 1694) +++ FormEncode/trunk/docs/news.txt 2006-04-13 16:02:48 UTC (rev 1695) @@ -12,6 +12,9 @@ * Added an ``escapenl`` formatter (nl=newline) that escapes HTML and turns newlines into ``<br>``. +* When ``not_empty=False``, empty is assumed to be allowed. Thus + ``Int().to_python(None)`` will now return ``None``. + 0.4 --- |