From: Benjamin Peterson Date: Wed, 25 May 2011 14:27:43 +0000 (-0500) Subject: wrap at 80 chars X-Git-Tag: v3.3.0a1~2183^2~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a021009ea5097dc7914d64b075f95133c15a58f;p=thirdparty%2FPython%2Fcpython.git wrap at 80 chars --- diff --git a/Misc/NEWS b/Misc/NEWS index f602595984bd..6762731af668 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -823,7 +823,8 @@ Tests C-API ----- -- PY_PATCHLEVEL_REVISION has been removed, since it's meaningless with Mercurial. +- PY_PATCHLEVEL_REVISION has been removed, since it's meaningless with + Mercurial. Documentation -------------