From 3e501dcfc76d948ef5cdee5815ab6ba09fa109a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 3 Jun 2004 04:03:30 +0000 Subject: One more attempt to fix the grammar. --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 7ada32a..86c8586 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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. -- cgit v0.12