diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-01-25 22:46:11 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-01-25 22:46:11 (GMT) |
commit | 8afd7571a18593bef57d98ccd68865fd1d400643 (patch) | |
tree | ef091620849b0a497568b274dcf59bdbf266ed3b /Misc | |
parent | fc03a94aaccc9ae606ee3438ca21d65a335d43e9 (diff) | |
download | cpython-8afd7571a18593bef57d98ccd68865fd1d400643.zip cpython-8afd7571a18593bef57d98ccd68865fd1d400643.tar.gz cpython-8afd7571a18593bef57d98ccd68865fd1d400643.tar.bz2 |
Patch #636005: Filter unicode into unicode.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.3 alpha 2? 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. |