commit | 849f79a5d63deff924e1c62385af0441ee099bcf | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Sep 03 22:47:09 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Sep 03 22:47:09 2008 +0000 |
tree | 2dcc04afc7c0919fd47297d7d13f33f60b79e9f1 | |
parent | b98eb875dc4d23cdbf56e080a31de0881d2b6965 [diff] |
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. ........