Kaydet (Commit) c81a0699 authored tarafından Fred Drake's avatar Fred Drake

Another egregious error that copied the encodings info over the suffix

info.  Caught by the tests that I'm writing now.
üst c47016ee
......@@ -193,7 +193,7 @@ def init(files=None):
if os.path.isfile(file):
db.readfp(open(file))
encodings_map = db.encodings_map
suffix_map = db.encodings_map
suffix_map = db.suffix_map
types_map = db.types_map
guess_extension = db.guess_extension
guess_type = db.guess_type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment