From: Benjamin Peterson Date: Sun, 18 Jan 2009 22:47:04 +0000 (+0000) Subject: fix encoding cookie case X-Git-Tag: v2.7a1~2257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6e112bd952c2023b95212364ed07ad9c235da41;p=python fix encoding cookie case --- diff --git a/Lib/heapq.py b/Lib/heapq.py index 3233cdb096..02c7944eed 100644 --- a/Lib/heapq.py +++ b/Lib/heapq.py @@ -1,4 +1,4 @@ -# -*- coding: Latin-1 -*- +# -*- coding: latin-1 -*- """Heap queue algorithm (a.k.a. priority queue).