"""
>>> a = [5, 2, 3, 1, 4]
>>> a.sort(int_compare)
Traceback (most recent call last):
System Message: ERROR/3 (doctest_sort.py, line 43)
Unexpected indentation.
File "<stdin>", line 1, in ?
System Message: WARNING/2 (doctest_sort.py, line 44)
Block quote ends without a blank line; unexpected unindent.
NameError: name 'int_compare' is not defined
"""