mirror of
https://github.com/python/cpython.git
synced 2026-04-25 21:30:45 +00:00
Fix the grammar a bit more. (Adjusted by Tony Meyer)
This commit is contained in:
parent
9bc4f2def3
commit
bc555e386b
1 changed files with 3 additions and 2 deletions
|
|
@ -12,8 +12,9 @@ What's New in Python 2.4 alpha 1?
|
|||
Core and builtins
|
||||
-----------------
|
||||
|
||||
- Unicode objects received two new methods now; iswide() and width(). They
|
||||
query east asian width information according to Unicode TR11.
|
||||
- Unicode objects received two new methods: iswide() and width().
|
||||
These query East Asian width information, as specified in Unicode
|
||||
TR11.
|
||||
|
||||
- Improved the tuple hashing algorithm to give fewer collisions in
|
||||
common cases. Fixes bug #942952.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue