]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
warn about bacslash-s lacking
authorGuido van Rossum <guido@python.org>
Fri, 11 Aug 1995 00:31:57 +0000 (00:31 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Aug 1995 00:31:57 +0000 (00:31 +0000)
Doc/lib/libregex.tex
Doc/libregex.tex

index 1b18679f830740a3545c03b46f17f8eee0ff33e4..4c98e59fc3d24f2216993b149d4d9cf53f930eef 100644 (file)
@@ -4,9 +4,12 @@
 This module provides regular expression matching operations similar to
 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
-\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
 bytes and characters whose high bit is set.
index 1b18679f830740a3545c03b46f17f8eee0ff33e4..4c98e59fc3d24f2216993b149d4d9cf53f930eef 100644 (file)
@@ -4,9 +4,12 @@
 This module provides regular expression matching operations similar to
 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
-\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
 bytes and characters whose high bit is set.