summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-06-03 11:10:58 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-06-03 11:10:58 (GMT)
commitbc555e386bf666c6bf18c2b60c1471007e379d4d (patch)
treee733cd744ab7b25701cd01184d9bf12f0a698eef /Misc
parent9bc4f2def3729c54d7f23e3b3c9fa209a98e47a9 (diff)
downloadcpython-bc555e386bf666c6bf18c2b60c1471007e379d4d.zip
cpython-bc555e386bf666c6bf18c2b60c1471007e379d4d.tar.gz
cpython-bc555e386bf666c6bf18c2b60c1471007e379d4d.tar.bz2
Fix the grammar a bit more. (Adjusted by Tony Meyer)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b8ebccc..a4dd8a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.