Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d68ac85e
Commit
d68ac85e
authored
Apr 29, 2012
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Plain Diff
#14236: merge with 3.2.
parents
5fe0f4e3
38992836
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Lib/re.py
Lib/re.py
+1
-1
No files found.
Lib/re.py
View file @
d68ac85e
...
@@ -73,7 +73,7 @@ resulting RE will match the second character.
...
@@ -73,7 +73,7 @@ resulting RE will match the second character.
bytes patterns or string patterns with the ASCII flag.
bytes patterns or string patterns with the ASCII flag.
In string patterns without the ASCII flag, it will match the whole
In string patterns without the ASCII flag, it will match the whole
range of Unicode whitespace characters.
range of Unicode whitespace characters.
\
S M
atches any non-whitespace character; equiv
. to [^ \t\n\r\f\v
].
\
S M
atches any non-whitespace character; equiv
alent to [^\
s
].
\
w M
atches any alphanumeric character; equivalent to [a-zA-Z0-9_]
\
w M
atches any alphanumeric character; equivalent to [a-zA-Z0-9_]
in bytes patterns or string patterns with the ASCII flag.
in bytes patterns or string patterns with the ASCII flag.
In string patterns without the ASCII flag, it will match the
In string patterns without the ASCII flag, it will match the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment