From: Brett Cannon Date: Wed, 3 Sep 2008 22:47:09 +0000 (+0000) Subject: Blocked revisions 66197 via svnmerge X-Git-Tag: v3.0rc1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=849f79a5d63deff924e1c62385af0441ee099bcf;p=python Blocked revisions 66197 via svnmerge ........ r66197 | brett.cannon | 2008-09-03 15:45:11 -0700 (Wed, 03 Sep 2008) | 6 lines test_py3kwarn had been overlooked when test.test_support.catch_warning() was re-implemented to use warnings.catch_warnings() and had its API improved. Closes issue #3768. Code review by Benjamin Peterson. ........ ---