From: Serhiy Storchaka Date: Fri, 18 Dec 2015 11:23:33 +0000 (+0200) Subject: Issue #25899: Converted Objects/listsort.txt to UTF-8. X-Git-Tag: v3.6.0a1~887 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42bb126f0aa1de4817babb8c56b9ad6df8bab458;p=python Issue #25899: Converted Objects/listsort.txt to UTF-8. Original patch by Chris Angelico. --- diff --git a/Objects/listsort.txt b/Objects/listsort.txt index 832e4f2ea6..fef982f8a6 100644 --- a/Objects/listsort.txt +++ b/Objects/listsort.txt @@ -486,7 +486,7 @@ sub-run, yet finding such very efficiently when they exist. I first learned about the galloping strategy in a related context; see: "Adaptive Set Intersections, Unions, and Differences" (2000) - Erik D. Demaine, Alejandro López-Ortiz, J. Ian Munro + Erik D. Demaine, Alejandro López-Ortiz, J. Ian Munro and its followup(s). An earlier paper called the same strategy "exponential search":