summaryrefslogtreecommitdiffstats
path: root/Doc/libre.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-29 21:42:03 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-29 21:42:03 (GMT)
commit29d3b9368c9ee33630314549385cf422b19fab98 (patch)
tree52856e072409b3ce07f44a246e3034dabdd7b217 /Doc/libre.tex
parent43c9350f7a61e71b6c7d709358b2b45380302fe0 (diff)
downloadcpython-29d3b9368c9ee33630314549385cf422b19fab98.zip
cpython-29d3b9368c9ee33630314549385cf422b19fab98.tar.gz
cpython-29d3b9368c9ee33630314549385cf422b19fab98.tar.bz2
Remove the commented-out warning at the top. It shouldn't be there
for the 1.5 release version of the file.
Diffstat (limited to 'Doc/libre.tex')
-rw-r--r--Doc/libre.tex6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/libre.tex b/Doc/libre.tex
index 65c47ff..3b32e63 100644
--- a/Doc/libre.tex
+++ b/Doc/libre.tex
@@ -3,12 +3,6 @@
\bimodindex{re}
-% XXX Remove before 1.5final release.
-%{\large\bf This documentation is preliminary and incomplete. If you
-%find a bug or documentation error, or just find something unclear,
-%please send a message to
-%\code{string-sig@python.org}, and we'll fix it.}
-
This module provides regular expression matching operations similar to
those found in Perl. It's 8-bit clean: both patterns and strings may
contain null bytes and characters whose high bit is set. It is always