mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
One more attempt to fix the grammar.
This commit is contained in:
parent
6186410db0
commit
3e501dcfc7
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ What's New in Python 2.4 alpha 1?
|
||||||
Core and builtins
|
Core and builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- Unicode type got two new methods now; iswide() and width(). They
|
- Unicode objects received two new methods now; iswide() and width(). They
|
||||||
manipulate east asian width information from Unicode TR11.
|
query east asian width information according to Unicode TR11.
|
||||||
|
|
||||||
- Improved the tuple hashing algorithm to give fewer collisions in
|
- Improved the tuple hashing algorithm to give fewer collisions in
|
||||||
common cases. Fixes bug #942952.
|
common cases. Fixes bug #942952.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue