diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-19 07:09:42 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-19 07:09:42 (GMT) |
commit | ae760c0a2ccd5557bfd915c947dfbcd3ed64fd60 (patch) | |
tree | a18bb464d474948d93db0ed88877f82a02d2e132 /Misc/NEWS | |
parent | 315e104d11c36b9f4de0a125d639e834e06ed3e6 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |