mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Patch #636005: Filter unicode into unicode.
This commit is contained in:
parent
fc03a94aac
commit
8afd7571a1
3 changed files with 70 additions and 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue