commit | 8afd7571a18593bef57d98ccd68865fd1d400643 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Jan 25 22:46:11 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Jan 25 22:46:11 2003 +0000 |
tree | ef091620849b0a497568b274dcf59bdbf266ed3b | |
parent | fc03a94aaccc9ae606ee3438ca21d65a335d43e9 [diff] |
Patch #636005: Filter unicode into unicode.
diff --git a/Misc/NEWS b/Misc/NEWS index d63d522..4223ce1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- filter returns now Unicode results for Unicode arguments. + - raw_input can now return Unicode objects. - List objects' sort() method now accepts None as the comparison function.