]> granicus.if.org Git - python/commitdiff
Add a PEP-263-style encoding turd^H^H^H^Hdeclaration, because there's
authorGuido van Rossum <guido@python.org>
Fri, 2 Aug 2002 20:23:56 +0000 (20:23 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 2 Aug 2002 20:23:56 +0000 (20:23 +0000)
a c-cedilla in one of the docstrings.

Lib/heapq.py

index 91dc81bd5187cf5be4cab23262a5eea71701f5bb..cb22a194f085b15791838b00e8f9ccf72f12ea23 100644 (file)
@@ -1,3 +1,5 @@
+# -*- coding: Latin-1 -*-
+
 """Heap queue algorithm (a.k.a. priority queue).
 
 Heaps are arrays for which a[k] <= a[2*k+1] and a[k] <= a[2*k+2] for