From: Christian Heimes Date: Sun, 18 Aug 2013 01:11:11 +0000 (+0200) Subject: add missing # X-Git-Tag: v2.7.6rc1~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec8c2198bd2674948ab6d4879b34fb2b81fc1639;p=thirdparty%2FPython%2Fcpython.git add missing # --- diff --git a/Misc/NEWS b/Misc/NEWS index 7947fc3a0c37..600fc7702bcf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,7 +29,7 @@ Core and Builtins Library ------- -- Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. +- Issue #18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. - Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols.