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
16f88454
Commit
16f88454
authored
Jan 22, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use \url{} to mark a URL.
parent
ff3f0d0a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
Doc/lib/libregex.tex
Doc/lib/libregex.tex
+1
-1
Doc/lib/libregsub.tex
Doc/lib/libregsub.tex
+4
-4
Doc/libregex.tex
Doc/libregex.tex
+1
-1
Doc/libregsub.tex
Doc/libregsub.tex
+4
-4
No files found.
Doc/lib/libregex.tex
View file @
16f88454
...
...
@@ -15,7 +15,7 @@ converted. The standard library module
\code
{
reconvert
}
\refstmodindex
{
reconvert
}
helps in converting
\code
{
regex
}
style regular expressions to
\code
{
re
}
\refstmodindex
{
re
}
style regular expressions. (For more conversion help, see the URL
\
file
{
http://starship.skyport.net/crew/amk/regex/regex-to-re.html
}
.)
\
url
{
http://starship.skyport.net/crew/amk/regex/regex-to-re.html
}
.)
By default the patterns are Emacs-style regular expressions
(with one exception). There is
...
...
Doc/lib/libregsub.tex
View file @
16f88454
...
...
@@ -10,13 +10,13 @@ Warning: these functions are not thread-safe.
\strong
{
Obsolescence note:
}
This module is obsolete as of Python version 1.5; it is still being
maintained because much existing code still uses it. All new code in
need of regular expressions should use the new
\
cod
e
{
re
}
module, which
need of regular expressions should use the new
\
modul
e
{
re
}
module, which
supports the more powerful and regular Perl-style regular expressions.
Existing code should be converted. The standard library module
\
cod
e
{
reconvert
}
helps in converting
\code
{
regex
}
style regular
expressions to
\
cod
e
{
re
}
style regular expressions. (For more
\
modul
e
{
reconvert
}
helps in converting
\code
{
regex
}
style regular
expressions to
\
modul
e
{
re
}
style regular expressions. (For more
conversion help, see the URL
\
file
{
http://starship.skyport.net/crew/amk/regex/regex-to-re.html
}
.)
\
url
{
http://starship.skyport.net/crew/amk/regex/regex-to-re.html
}
.)
\renewcommand
{
\indexsubitem
}{
(in module regsub)
}
...
...
Doc/libregex.tex
View file @
16f88454
...
...
@@ -15,7 +15,7 @@ converted. The standard library module
\code
{
reconvert
}
\refstmodindex
{
reconvert
}
helps in converting
\code
{
regex
}
style regular expressions to
\code
{
re
}
\refstmodindex
{
re
}
style regular expressions. (For more conversion help, see the URL
\
file
{
http://starship.skyport.net/crew/amk/regex/regex-to-re.html
}
.)
\
url
{
http://starship.skyport.net/crew/amk/regex/regex-to-re.html
}
.)
By default the patterns are Emacs-style regular expressions
(with one exception). There is
...
...
Doc/libregsub.tex
View file @
16f88454
...
...
@@ -10,13 +10,13 @@ Warning: these functions are not thread-safe.
\strong
{
Obsolescence note:
}
This module is obsolete as of Python version 1.5; it is still being
maintained because much existing code still uses it. All new code in
need of regular expressions should use the new
\
cod
e
{
re
}
module, which
need of regular expressions should use the new
\
modul
e
{
re
}
module, which
supports the more powerful and regular Perl-style regular expressions.
Existing code should be converted. The standard library module
\
cod
e
{
reconvert
}
helps in converting
\code
{
regex
}
style regular
expressions to
\
cod
e
{
re
}
style regular expressions. (For more
\
modul
e
{
reconvert
}
helps in converting
\code
{
regex
}
style regular
expressions to
\
modul
e
{
re
}
style regular expressions. (For more
conversion help, see the URL
\
file
{
http://starship.skyport.net/crew/amk/regex/regex-to-re.html
}
.)
\
url
{
http://starship.skyport.net/crew/amk/regex/regex-to-re.html
}
.)
\renewcommand
{
\indexsubitem
}{
(in module regsub)
}
...
...
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