From: Benjamin Peterson Date: Sun, 4 Oct 2009 20:28:48 +0000 (+0000) Subject: Blocked revisions 75164-75166 via svnmerge X-Git-Tag: v3.2a1~2444 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60e4cae06a8dd83f9689aaec32094bf199d481ad;p=python Blocked revisions 75164-75166 via svnmerge ........ r75164 | senthil.kumaran | 2009-09-30 20:07:03 -0500 (Wed, 30 Sep 2009) | 3 lines Fix for issue7026 test_urllib: unsetting missing 'env' variable. ........ r75165 | senthil.kumaran | 2009-09-30 20:19:18 -0500 (Wed, 30 Sep 2009) | 3 lines using dict.unset(k) instead of del dict[k]. consistent with release26-maint ........ r75166 | senthil.kumaran | 2009-09-30 20:50:13 -0500 (Wed, 30 Sep 2009) | 3 lines That's self.env.unset(k) and not env.unset(k) I was heading back to the problem. ........ ---