diff tests/test-minirst.py @ 17769:8672e615d81c

histedit: max(x, key=y) and min(x, key=y) are not available in python 2.4 Use sorted(x, key=y)[-1] or sorted(x, key=y)[0] instead.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 16 Oct 2012 16:04:28 +0200
parents e740746ea557
children 52b437586435
line wrap: on
line diff