diff options
author | Guido van Rossum <guido@python.org> | 1997-12-29 21:42:03 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-29 21:42:03 (GMT) |
commit | 29d3b9368c9ee33630314549385cf422b19fab98 (patch) | |
tree | 52856e072409b3ce07f44a246e3034dabdd7b217 /Doc/lib/libre.tex | |
parent | 43c9350f7a61e71b6c7d709358b2b45380302fe0 (diff) | |
download | cpython-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/lib/libre.tex')
-rw-r--r-- | Doc/lib/libre.tex | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 65c47ff..3b32e63 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/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 |