[Python-checkins] cpython (2.7): add missing #
christian.heimes
python-checkins at python.org
Sun Aug 18 03:16:32 CEST 2013
http://hg.python.org/cpython/rev/72c7a4cd4f55
changeset: 85243:72c7a4cd4f55
branch: 2.7
parent: 85238:31389495cdbf
user: Christian Heimes <christian at cheimes.de>
date: Sun Aug 18 03:11:11 2013 +0200
summary:
add missing #
files:
Misc/NEWS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,7 +29,7 @@
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.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list