summaryrefslogtreecommitdiffstats
path: root/Lib/sre_compile.py
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2000-06-29 10:34:56 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2000-06-29 10:34:56 (GMT)
commit6c68dc7b1afb8f634604435dd0fc2442c8e93e0d (patch)
treed0e81ee0097ba6051366812247fd12c1f075a273 /Lib/sre_compile.py
parent436c3d58a2570f3b599e59b4071f944f774ec441 (diff)
downloadcpython-6c68dc7b1afb8f634604435dd0fc2442c8e93e0d.zip
cpython-6c68dc7b1afb8f634604435dd0fc2442c8e93e0d.tar.gz
cpython-6c68dc7b1afb8f634604435dd0fc2442c8e93e0d.tar.bz2
- removed "alpha only" licensing restriction
- removed some hacks that worked around 1.6 alpha bugs - removed bogus test code from sre_parse
Diffstat (limited to 'Lib/sre_compile.py')
-rw-r--r--Lib/sre_compile.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/sre_compile.py b/Lib/sre_compile.py
index aeafe9d..2d7c021 100644
--- a/Lib/sre_compile.py
+++ b/Lib/sre_compile.py
@@ -6,9 +6,6 @@
#
# Copyright (c) 1997-2000 by Secret Labs AB. All rights reserved.
#
-# This code can only be used for 1.6 alpha testing. All other use
-# require explicit permission from Secret Labs AB.
-#
# Portions of this engine have been developed in cooperation with
# CNRI. Hewlett-Packard provided funding for 1.6 integration and
# other compatibility work.