mirror of https://github.com/python/cpython
fix encoding cookie case
This commit is contained in:
parent
910f216260
commit
b6e112bd95
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: Latin-1 -*-
|
||||
# -*- coding: latin-1 -*-
|
||||
|
||||
"""Heap queue algorithm (a.k.a. priority queue).
|
||||
|
||||
|
|
Loading…
Reference in New Issue