Discussion:
[Python-3000-checkins] r65115 - python/branches/py3k
georg.brandl
2008-07-18 19:34:28 UTC
Permalink
Author: georg.brandl
Date: Fri Jul 18 21:34:28 2008
New Revision: 65115

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


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

Loading...