]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove the commented-out warning at the top. It shouldn't be there
authorGuido van Rossum <guido@python.org>
Mon, 29 Dec 1997 21:42:03 +0000 (21:42 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Dec 1997 21:42:03 +0000 (21:42 +0000)
for the 1.5 release version of the file.

Doc/lib/libre.tex
Doc/libre.tex

index 65c47ff0bd8c65c8f0367e3c2339e83331a77867..3b32e63837c01b20ece6a55890ba99e2c06afd81 100644 (file)
@@ -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
index 65c47ff0bd8c65c8f0367e3c2339e83331a77867..3b32e63837c01b20ece6a55890ba99e2c06afd81 100644 (file)
@@ -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