From: Benjamin Peterson Date: Mon, 1 Sep 2008 23:32:29 +0000 (+0000) Subject: Blocked revisions 65655,66088,66123 via svnmerge X-Git-Tag: v3.0rc1~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f15b4b7da6e7c8414e1f519e9e0507167474ed00;p=python Blocked revisions 65655,66088,66123 via svnmerge ........ r65655 | bill.janssen | 2008-08-12 11:31:21 -0500 (Tue, 12 Aug 2008) | 1 line remove duplicate close() from ssl.py; expose unwrap and add test for it ........ r66088 | jesus.cea | 2008-08-31 09:00:51 -0500 (Sun, 31 Aug 2008) | 6 lines Update bsddb code to version 4.7.3pre2. This code should be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3 ........ r66123 | jesus.cea | 2008-09-01 15:48:16 -0500 (Mon, 01 Sep 2008) | 1 line In Python3.0, "test.test_support" is renamed to "test.support". ........ ---