]> granicus.if.org Git - python/commit
Use (f1, f2) as cache key instead of f1 + ' ' + f2.
authorGuido van Rossum <guido@python.org>
Wed, 21 Oct 1998 15:23:52 +0000 (15:23 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 Oct 1998 15:23:52 +0000 (15:23 +0000)
commita9832bc5721fe218f86a2a8165830646663352f3
tree12a5641143cf0565c729fc44c16237be4b73dcb6
parent605b93dee2b51189e2afb3754f5fadc092af15be
Use (f1, f2) as cache key instead of f1 + ' ' + f2.
Noted by Fredrik Lundh.
(Note -- this module is pretty silly.)
Lib/cmp.py