]> granicus.if.org Git - python/commit
Blocked revisions 75164-75166 via svnmerge
authorBenjamin Peterson <benjamin@python.org>
Sun, 4 Oct 2009 20:28:48 +0000 (20:28 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 4 Oct 2009 20:28:48 +0000 (20:28 +0000)
commit60e4cae06a8dd83f9689aaec32094bf199d481ad
tree03d732d40f80da6edce6c895d0876c5add347e59
parentdff062668968869204af8d61fb29566dd4dd016b
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.
........