diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-06-03 04:03:30 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-06-03 04:03:30 (GMT) |
commit | 3e501dcfc76d948ef5cdee5815ab6ba09fa109a7 (patch) | |
tree | 6ce6feb745421332cb164fa0f6e5c1ef6a7f7673 /Misc | |
parent | 6186410db06f28b3032a882d5ba7a2e3dcf95a80 (diff) | |
download | cpython-3e501dcfc76d948ef5cdee5815ab6ba09fa109a7.zip cpython-3e501dcfc76d948ef5cdee5815ab6ba09fa109a7.tar.gz cpython-3e501dcfc76d948ef5cdee5815ab6ba09fa109a7.tar.bz2 |
One more attempt to fix the grammar.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ What's New in Python 2.4 alpha 1? Core and builtins ----------------- -- Unicode type got two new methods now; iswide() and width(). They - manipulate east asian width information from Unicode TR11. +- Unicode objects received two new methods now; iswide() and width(). They + query east asian width information according to Unicode TR11. - Improved the tuple hashing algorithm to give fewer collisions in common cases. Fixes bug #942952. |