mirror of
https://github.com/python/cpython.git
synced 2025-08-19 08:11:46 +00:00
Merged revisions 76847 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76847 | benjamin.peterson | 2009-12-14 21:25:27 -0600 (Mon, 14 Dec 2009) | 1 line adverb ........
This commit is contained in:
parent
a657b0c2aa
commit
e667d632ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue