Add a PEP-263-style encoding turd^H^H^H^Hdeclaration, because there's

a c-cedilla in one of the docstrings.
This commit is contained in:
Guido van Rossum 2002-08-02 20:23:56 +00:00
parent 610291cf5a
commit 4b48d6b37c

View 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