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

From Sjoerd Mullender <sjoerd@oratrix.nl>:

cmp is not used in freeze, but is imported anyway.  What's worse, cmp
is no longer in the library, so freeze won't work like this.
üst a7540bd0
......@@ -78,7 +78,6 @@ if it does, the resulting binary is not self-contained.
# Import standard modules
import cmp
import getopt
import os
import string
......
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