diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-06-17 13:38:00 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-06-17 13:38:00 (GMT) |
commit | a5f004fe7d2f53f5e246003e4642353de1617cab (patch) | |
tree | 509689a5ae3b199f4b54741fec99d99933e8f0d8 /Misc | |
parent | 774bed7e6098358012bd4ea05914497891ab4652 (diff) | |
parent | 9424bb4aea0e0a6f20c8ae6e451dfa83d1101923 (diff) | |
download | cpython-a5f004fe7d2f53f5e246003e4642353de1617cab.zip cpython-a5f004fe7d2f53f5e246003e4642353de1617cab.tar.gz cpython-a5f004fe7d2f53f5e246003e4642353de1617cab.tar.bz2 |
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -412,6 +412,9 @@ Library Tests ----- +- Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds + in ASN1_TIME fields. + - Issue #18094: test_uuid no more reports skipped tests as passed. - Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't |