[Python-checkins] r75245 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Sun Oct 4 22:28:48 CEST 2009


Author: benjamin.peterson
Date: Sun Oct  4 22:28:48 2009
New Revision: 75245

Log:
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.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list