Merge pull request #7292 from jepler/fix-error-message
fix display of the 'host not found' message
This commit is contained in:
commit
d7d5a96da9
|
@ -65,6 +65,7 @@ name2codepoint["tilde"] = ord("~")
|
|||
# These are just vexing!
|
||||
del name2codepoint["and"]
|
||||
del name2codepoint["or"]
|
||||
del name2codepoint["not"]
|
||||
|
||||
|
||||
def preprocess():
|
||||
|
|
Loading…
Reference in New Issue