mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Sigh. Apply a similar patch to the *other* occurrence of [^...].
This commit is contained in:
parent
fd49a964bc
commit
b2c45a8197
2 changed files with 2 additions and 2 deletions
|
@ -234,7 +234,7 @@ for the current locale.
|
|||
%
|
||||
\item[\code{\e W}]When the LOCALE flag is not specified, matches any
|
||||
non-alphanumeric character; this is equivalent to the set
|
||||
\code{[\^a-zA-Z0-9_]}. With LOCALE, it will match any character
|
||||
\code{[{\^}a-zA-Z0-9_]}. With LOCALE, it will match any character
|
||||
not in the set \code{[0-9_]}, and not defined as a letter
|
||||
for the current locale.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue