[Python-checkins] cpython: Issue #25899: Converted Objects/listsort.txt to UTF-8.

serhiy.storchaka python-checkins at python.org
Fri Dec 18 06:23:53 EST 2015


https://hg.python.org/cpython/rev/505593490f4c
changeset:   99623:505593490f4c
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri Dec 18 13:23:33 2015 +0200
summary:
  Issue #25899: Converted Objects/listsort.txt to UTF-8.
Original patch by Chris Angelico.

files:
  Objects/listsort.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Objects/listsort.txt b/Objects/listsort.txt
--- a/Objects/listsort.txt
+++ b/Objects/listsort.txt
@@ -486,7 +486,7 @@
 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":

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list