commit | 5ba84910ae25aff544272f223390482c63238c42 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Oct 19 17:59:07 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Oct 19 17:59:07 2009 +0000 |
tree | 96f4dd8f6d4965ae210a68ac96010a397eceb501 | |
parent | a24db67d4704550722db3181b38b3840ded989bc [diff] [blame] |
Issue #7133: SSL objects now support the new buffer API. This fixes the test_ssl failure.
diff --git a/Misc/NEWS b/Misc/NEWS index 38c29ba..30d2c0e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -414,6 +414,8 @@ Library ------- +- Issue #7133: SSL objects now support the new buffer API. + - Issue #7149: urllib fails on OSX in the proxy detection code - Issue #7069: Make inspect.isabstract() return a boolean.