summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-26 03:50:10 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-26 03:50:10 (GMT)
commitf34bf1c07b04328e5b312cc306ba7b07d671ccba (patch)
tree20b2cedd759e44ab3b77284b08a2127ecdb32d48 /Tools
parentaa233f18b294ca3293a23855e792159d90eab744 (diff)
downloadcpython-f34bf1c07b04328e5b312cc306ba7b07d671ccba.zip
cpython-f34bf1c07b04328e5b312cc306ba7b07d671ccba.tar.gz
cpython-f34bf1c07b04328e5b312cc306ba7b07d671ccba.tar.bz2
Added warning that this is unsupported
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/freeze/nfreeze.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/freeze/nfreeze.py b/Tools/freeze/nfreeze.py
index 3706e73..a8a9f83 100755
--- a/Tools/freeze/nfreeze.py
+++ b/Tools/freeze/nfreeze.py
@@ -1,5 +1,7 @@
#! /usr/local/bin/python
+# WARNING: this is an unsupported variant of freeze.py -- see README
+
# "Freeze" a Python script into a binary.
# Usage: see variable usage_msg below (before the imports!)