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
44774c94
Commit
44774c94
authored
Sep 28, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add regex and regsub to the list of undocumented obsolete modules.
parent
95438335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
Doc/lib/libundoc.tex
Doc/lib/libundoc.tex
+12
-0
No files found.
Doc/lib/libundoc.tex
View file @
44774c94
...
...
@@ -147,6 +147,18 @@ now just as good).
\item
[\module{poly}]
--- Polynomials.
\item
[\module{regex}]
--- Emacs-style regular expression support; may still be used in some
old code (extension module). Refer to the
\citetitle
[http://www.python.org/doc/1.6/lib/module-regex.html]
{
Python
1.6 Documentation
}
for documentation.
\item
[\module{regsub}]
--- Regular expression based string replacement utilities, for use
with
\module
{
regex
}
(extension module). Refer to the
\citetitle
[http://www.python.org/doc/1.6/lib/module-regsub.html]
{
Python
1.6 Documentation
}
for documentation.
\item
[\module{tb}]
--- Print tracebacks, with a dump of local variables (use
\function
{
pdb.pm()
}
or
\refmodule
{
traceback
}
instead).
...
...
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