Discussion:
[Python-3000-checkins] r65454 - python/branches/py3k
brett.cannon
2008-08-03 23:47:27 UTC
Permalink
Author: brett.cannon
Date: Mon Aug 4 01:47:26 2008
New Revision: 65454

Log:
Blocked revisions 65453 via svnmerge

........
r65453 | brett.cannon | 2008-08-03 16:46:46 -0700 (Sun, 03 Aug 2008) | 3 lines

Move filecmp from using dict.has_key() to dict.__contains__() to silence
warnings triggered under -3.
........


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

Loading...