Discussion:
[Python-3000-checkins] r65618 - python/branches/py3k
brett.cannon
2008-08-09 23:35:24 UTC
Permalink
Author: brett.cannon
Date: Sun Aug 10 01:35:24 2008
New Revision: 65618

Log:
Blocked revisions 65617 via svnmerge

........
r65617 | brett.cannon | 2008-08-09 16:34:11 -0700 (Sat, 09 Aug 2008) | 3 lines

Use functools.reduce() in difflib instead of __builtin__.reduce() to silence
warnings when running under -3.
........


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

Loading...