summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-17 15:25:18 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-17 15:25:18 (GMT)
commitb4ec842f39e0b514d410ab94a622e14e23287d4c (patch)
tree1f295aafcca46d5f8bc7531cbedd4bbd5eef4494 /Misc
parentf1bd47ae146f0890fc710495cbef060e483996a3 (diff)
downloadcpython-b4ec842f39e0b514d410ab94a622e14e23287d4c.zip
cpython-b4ec842f39e0b514d410ab94a622e14e23287d4c.tar.gz
cpython-b4ec842f39e0b514d410ab94a622e14e23287d4c.tar.bz2
Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index daa7e1f..7947fc3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Core and Builtins
Library
-------
+- 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.