From: Hye-Shik Chang Date: Thu, 3 Jun 2004 11:10:58 +0000 (+0000) Subject: Fix the grammar a bit more. (Adjusted by Tony Meyer) X-Git-Tag: v2.4a1~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc555e386bf666c6bf18c2b60c1471007e379d4d;p=python Fix the grammar a bit more. (Adjusted by Tony Meyer) --- diff --git a/Misc/NEWS b/Misc/NEWS index b8ebccc349..a4dd8a1670 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.