]> granicus.if.org Git - python/commit
using dict.unset(k) instead of del dict[k]. consistent with release26-maint
authorSenthil Kumaran <orsenthil@gmail.com>
Thu, 1 Oct 2009 01:19:18 +0000 (01:19 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Thu, 1 Oct 2009 01:19:18 +0000 (01:19 +0000)
commit5a43e865422a80e053c6a42eeb0de80a605e99d5
treee1e0e84e3684cb57e6af15ec62ad7c0043b410d1
parent91abd6e68dfa4b0d9d91d7c5c05d5d384c2b2718
using dict.unset(k) instead of del dict[k]. consistent with release26-maint
Lib/test/test_urllib.py