]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added warning that this is unsupported
authorGuido van Rossum <guido@python.org>
Mon, 26 Aug 1996 03:50:10 +0000 (03:50 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 26 Aug 1996 03:50:10 +0000 (03:50 +0000)
Tools/freeze/nfreeze.py

index 3706e734e5a9850ead9177c9883c6c43a45effcc..a8a9f83e09a63a45a2c1461fd2cce6842c239651 100755 (executable)
@@ -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!)