mirror of https://github.com/python/cpython
Remove the commented-out warning at the top. It shouldn't be there
for the 1.5 release version of the file.
This commit is contained in:
parent
43c9350f7a
commit
29d3b9368c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue