commit | 1b287c7434180677fc0251ebe209a8e091cb887f | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Apr 08 09:47:40 2010 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Apr 08 09:47:40 2010 +0000 |
tree | 4e27ff85381f17eb31fbfd9a99d13ab3870fc8d6 | |
parent | 7591285fc31a84899370802c7f551afdaa386f74 [diff] [blame] |
Issue #8344: Fix test_ttk bug on FreeBSD.
diff --git a/Misc/NEWS b/Misc/NEWS index 3bd058d..1630e88 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -58,6 +58,8 @@ Library ------- +- Issue #8344: Fix test_ttk bug on FreeBSD. + - Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO` and `ssl.OPENSSL_VERSION_NUMBER`.