This commit is contained in:
Benjamin Peterson 2009-12-15 03:25:27 +00:00
parent c7298ff0fa
commit bf306cadd6

View file

@ -1007,7 +1007,7 @@ Here is what we get on Windows::
>>> >>>
It is funny to see that on linux the sort function seems to work much more It is funny to see that on linux the sort function seems to work much more
efficient, it is doing less comparisons:: efficiently, it is doing less comparisons::
>>> qsort(ia, len(ia), sizeof(c_int), cmp_func) # doctest: +LINUX >>> qsort(ia, len(ia), sizeof(c_int), cmp_func) # doctest: +LINUX
py_cmp_func 5 1 py_cmp_func 5 1