]> granicus.if.org Git - python/commitdiff
Merged revisions 84472 via svnmerge from
authorÉric Araujo <merwok@netwok.org>
Fri, 3 Sep 2010 22:06:31 +0000 (22:06 +0000)
committerÉric Araujo <merwok@netwok.org>
Fri, 3 Sep 2010 22:06:31 +0000 (22:06 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84472 | eric.araujo | 2010-09-04 00:03:10 +0200 (sam., 04 sept. 2010) | 2 lines

  Fix invalid bytes for UTF-8
........

Modules/_heapqmodule.c

index f705ec1703df5880932986fec5fc152e00e418e7..949e5b094d429047039474e4abdd221a403fae4f 100644 (file)
@@ -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.
 
 */