Patch #636005: Filter unicode into unicode.

This commit is contained in:
Martin v. Löwis 2003-01-25 22:46:11 +00:00
parent fc03a94aac
commit 8afd7571a1
3 changed files with 70 additions and 0 deletions

View file

@ -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.