summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-19 07:09:42 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-19 07:09:42 (GMT)
commitae760c0a2ccd5557bfd915c947dfbcd3ed64fd60 (patch)
treea18bb464d474948d93db0ed88877f82a02d2e132 /Misc/NEWS
parent315e104d11c36b9f4de0a125d639e834e06ed3e6 (diff)
downloadcpython-ae760c0a2ccd5557bfd915c947dfbcd3ed64fd60.zip
cpython-ae760c0a2ccd5557bfd915c947dfbcd3ed64fd60.tar.gz
cpython-ae760c0a2ccd5557bfd915c947dfbcd3ed64fd60.tar.bz2
Issue #6598: Increased time precision and random number range in
email.utils.make_msgid() to strengthen the uniqueness of the message ID.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 71fa005..12b141d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,9 @@ Core and Builtins
Library
-------
+- Issue #6598: Increased time precision and random number range in
+ email.utils.make_msgid() to strengthen the uniqueness of the message ID.
+
- Issue #24091: Fixed various crashes in corner cases in C implementation of
ElementTree.