[Python-checkins] r84472 - python/branches/py3k/Modules/_heapqmodule.c

eric.araujo python-checkins at python.org
Sat Sep 4 00:03:11 CEST 2010


Author: eric.araujo
Date: Sat Sep  4 00:03:10 2010
New Revision: 84472

Log:
Fix invalid bytes for UTF-8


Modified:
   python/branches/py3k/Modules/_heapqmodule.c

Modified: python/branches/py3k/Modules/_heapqmodule.c
==============================================================================
--- python/branches/py3k/Modules/_heapqmodule.c	(original)
+++ python/branches/py3k/Modules/_heapqmodule.c	Sat Sep  4 00:03:10 2010
@@ -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.
 
 */
 


More information about the Python-checkins mailing list