test-check-code.t: test matching try/except/finally introduced in
aeeb2afcdc25
tests: don't use 'test -e'
On Solaris 10:
$ test -e f
test: argument expected
check-code: support multiline matches like try/except/finally
- match one pattern at a time against entire file
- find line containing match
- sort matches by line number
fix bad tag for 2.0-rc
This tag was immediately stripped, but not before escaping onto the hg-stable mirror.
largefiles: use separate try/except and try/finally as needed for python2.4
cfccd3bee7b3 introduced a try/except/finally block, which breaks compatibility
with python2.4