From: Georg Brandl Date: Fri, 18 Jul 2008 19:34:28 +0000 (+0000) Subject: Blocked revisions 65109,65111 via svnmerge X-Git-Tag: v3.0b3~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48577d1944c6b03be12bd7b144eb22db6bd6d296;p=python Blocked revisions 65109,65111 via svnmerge ........ r65109 | georg.brandl | 2008-07-18 21:06:13 +0200 (Fri, 18 Jul 2008) | 2 lines Replace all map(None, a) with list(a). ........ r65111 | georg.brandl | 2008-07-18 21:30:10 +0200 (Fri, 18 Jul 2008) | 2 lines #3390: replace a remaining has_key(). ........ ---