mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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.
This commit is contained in:
parent
a7540bd043
commit
70b5d47f71
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue