summaryrefslogtreecommitdiff
path: root/Lib/sre_constants.py
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2000-06-29 10:34:56 +0000
committerFredrik Lundh <fredrik@pythonware.com>2000-06-29 10:34:56 +0000
commitcd2d7abe8cd048418559b316aff64f96451d1719 (patch)
tree6de87bcdf5c35a7dcd28698c0197a89af7444342 /Lib/sre_constants.py
parentbe6d4f6acc485bd6e15179e6db34080690630824 (diff)
downloadcpython-cd2d7abe8cd048418559b316aff64f96451d1719.tar.gz
- 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_constants.py')
-rw-r--r--Lib/sre_constants.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/sre_constants.py b/Lib/sre_constants.py
index c9969609f2..1c9810fbcf 100644
--- a/Lib/sre_constants.py
+++ b/Lib/sre_constants.py
@@ -7,9 +7,6 @@
#
# Copyright (c) 1998-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.