From: Éric Araujo Date: Fri, 3 Sep 2010 22:03:10 +0000 (+0000) Subject: Fix invalid bytes for UTF-8 X-Git-Tag: v3.2a2~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1670b431b341bc451ab31c53a2229b8faaddd82e;p=thirdparty%2FPython%2Fcpython.git Fix invalid bytes for UTF-8 --- diff --git a/Modules/_heapqmodule.c b/Modules/_heapqmodule.c index 366fb3d51cb1..fd0ecac287eb 100644 --- a/Modules/_heapqmodule.c +++ b/Modules/_heapqmodule.c @@ -2,7 +2,7 @@ C implementation derived directly from heapq.py in Py2.3 which was written by Kevin O'Connor, augmented by Tim Peters, -annotated by François Pinard, and converted to C by Raymond Hettinger. +annotated by François Pinard, and converted to C by Raymond Hettinger. */