From: Jeremy Hylton Date: Mon, 2 Oct 2000 13:43:33 +0000 (+0000) Subject: typo X-Git-Tag: v2.0c1~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=625915eb4fb4b1297b792cb698da41a4327f5e90;p=python typo --- diff --git a/Misc/NEWS b/Misc/NEWS index 4a8b135245..140cc6f4a1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -125,7 +125,7 @@ Standard library and extensions by makefile(). - sre: Added experimental expand() method to match objects. Does not - user buffer interface on Unicode strings. Does not hang if group id + use buffer interface on Unicode strings. Does not hang if group id is followed by whitespace. - StringIO: Size hint in readlines() is now supported as documented.