aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2000-06-29 18:03:25 +0000
committerFredrik Lundh <fredrik@pythonware.com>2000-06-29 18:03:25 +0000
commit8094611eb8abe9f9d1e1498f36324eebabaa0a09 (patch)
treec76fec8a4878e16d4bd67717205bb9aac2814108 /Lib/sre_compile.py
parent- workaround to make 1.6 build under MSVC 5.0. hopefully, (diff)
downloadcpython-8094611eb8abe9f9d1e1498f36324eebabaa0a09.tar.gz
cpython-8094611eb8abe9f9d1e1498f36324eebabaa0a09.tar.bz2
cpython-8094611eb8abe9f9d1e1498f36324eebabaa0a09.zip
- fixed another split problem
(those semantics are weird...) - got rid of $Id$'s (for the moment, at least). in other words, there should be no more "empty" checkins. - internal: some minor cleanups.
Diffstat (limited to 'Lib/sre_compile.py')
-rw-r--r--Lib/sre_compile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/sre_compile.py b/Lib/sre_compile.py
index a51531b4980..c0423750e3b 100644
--- a/Lib/sre_compile.py
+++ b/Lib/sre_compile.py
@@ -1,6 +1,5 @@
#
# Secret Labs' Regular Expression Engine
-# $Id$
#
# convert template to internal format
#