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
08b07def
Commit
08b07def
authored
Aug 25, 2004
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ah whoops, we didn't turn string into a package (thanks Neal!)
parent
8bee7610
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
12 deletions
+1
-12
Doc/lib/libstring.tex
Doc/lib/libstring.tex
+1
-12
No files found.
Doc/lib/libstring.tex
View file @
08b07def
...
...
@@ -4,22 +4,11 @@
\declaremodule
{
standard
}{
string
}
\modulesynopsis
{
Common string operations.
}
The
\module
{
string
}
packag
e contains a number of useful constants and classes,
The
\module
{
string
}
modul
e contains a number of useful constants and classes,
as well as some deprecated legacy functions that are also available as methods
on strings. See the module
\refmodule
{
re
}
\refstmodindex
{
re
}
for string
functions based on regular expressions.
In general, all of these objects are exposed directly in the
\module
{
string
}
package so users need only import the
\module
{
string
}
package to begin using
these constants, classes, and functions.
\begin{notice}
Starting with Python 2.4, the traditional
\module
{
string
}
module was turned
into a package, however backward compatibility with existing code has been
retained. Code using the
\module
{
string
}
module that worked prior to Python
2.4 should continue to work unchanged.
\end{notice}
\subsection
{
String constants
}
The constants defined in this module are:
...
...
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