Kaydet (Commit) fe4254eb authored tarafından Guido van Rossum's avatar Guido van Rossum

warn about bacslash-s lacking

üst 9c3241d6
...@@ -4,9 +4,12 @@ ...@@ -4,9 +4,12 @@
This module provides regular expression matching operations similar to This module provides regular expression matching operations similar to
those found in Emacs. It is always available. those found in Emacs. It is always available.
By default the patterns are Emacs-style regular expressions; there is By default the patterns are Emacs-style regular expressions,
with one exception. There is
a way to change the syntax to match that of several well-known a way to change the syntax to match that of several well-known
\UNIX{} utilities. \UNIX{} utilities. The exception is that Emacs' \samp{\e s}
pattern is not supported, since the original implementation references
the Emacs syntax tables.
This module is 8-bit clean: both patterns and strings may contain null This module is 8-bit clean: both patterns and strings may contain null
bytes and characters whose high bit is set. bytes and characters whose high bit is set.
......
...@@ -4,9 +4,12 @@ ...@@ -4,9 +4,12 @@
This module provides regular expression matching operations similar to This module provides regular expression matching operations similar to
those found in Emacs. It is always available. those found in Emacs. It is always available.
By default the patterns are Emacs-style regular expressions; there is By default the patterns are Emacs-style regular expressions,
with one exception. There is
a way to change the syntax to match that of several well-known a way to change the syntax to match that of several well-known
\UNIX{} utilities. \UNIX{} utilities. The exception is that Emacs' \samp{\e s}
pattern is not supported, since the original implementation references
the Emacs syntax tables.
This module is 8-bit clean: both patterns and strings may contain null This module is 8-bit clean: both patterns and strings may contain null
bytes and characters whose high bit is set. bytes and characters whose high bit is set.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment