From: Walter Dörwald Date: Sun, 9 Oct 2005 19:28:35 +0000 (+0000) Subject: Fix indentation. X-Git-Tag: v2.5a0~1297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6611a8b0dc33577275fa3fed3c3aa91227628027;p=python Fix indentation. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4d35774daa..c6f35e381f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,7 +29,7 @@ Core and builtins represented as a C int, raise OverflowError. - test__locale is skipped on OS X < 10.4 (only partial locale support is -present). + present). - SF bug #893549: parsing keyword arguments was broken with a few format codes.