From: Neal Norwitz Date: Mon, 11 Jun 2007 07:36:24 +0000 (+0000) Subject: Reflow long line X-Git-Tag: v2.6a1~1622 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db2b1b33899b6aeb12b9d9721772ae23afe822ef;p=python Reflow long line --- diff --git a/Misc/NEWS b/Misc/NEWS index a8f28c2ae5..97ebc89526 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -14,8 +14,8 @@ Core and builtins - Patch #1733960: Allow T_LONGLONG to accept ints. -- Prevent expandtabs() on string and unicode objects from causing a segfault when - a large width is passed on 32-bit platforms. +- Prevent expandtabs() on string and unicode objects from causing a segfault + when a large width is passed on 32-bit platforms. - Bug #1733488: Fix compilation of bufferobject.c on AIX.