[Python-checkins] r68750 - python/trunk/Lib/heapq.py

benjamin.peterson python-checkins at python.org
Sun Jan 18 23:47:05 CET 2009


Author: benjamin.peterson
Date: Sun Jan 18 23:47:04 2009
New Revision: 68750

Log:
fix encoding cookie case

Modified:
   python/trunk/Lib/heapq.py

Modified: python/trunk/Lib/heapq.py
==============================================================================
--- python/trunk/Lib/heapq.py	(original)
+++ python/trunk/Lib/heapq.py	Sun Jan 18 23:47:04 2009
@@ -1,4 +1,4 @@
-# -*- coding: Latin-1 -*-
+# -*- coding: latin-1 -*-
 
 """Heap queue algorithm (a.k.a. priority queue).
 


More information about the Python-checkins mailing list