diff options
author | Christian Heimes <christian@cheimes.de> | 2013-08-17 15:25:18 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-08-17 15:25:18 (GMT) |
commit | b4ec842f39e0b514d410ab94a622e14e23287d4c (patch) | |
tree | 1f295aafcca46d5f8bc7531cbedd4bbd5eef4494 /Misc | |
parent | f1bd47ae146f0890fc710495cbef060e483996a3 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |