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
9171801d
Commit
9171801d
authored
Nov 16, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document that a minor feature was added in 2.2.2. ;-(
Closes SF bug #639170.
parent
c4d047aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Doc/lib/libstdtypes.tex
Doc/lib/libstdtypes.tex
+3
-0
No files found.
Doc/lib/libstdtypes.tex
View file @
9171801d
...
...
@@ -631,6 +631,7 @@ Return a copy of the string with leading characters removed. If
removed. If given and not
\code
{
None
}
,
\var
{
chars
}
must be a string;
the characters in the string will be stripped from the beginning of
the string this method is called on.
\versionchanged
[Support for the \var{chars} argument]
{
2.2.2
}
\end{methoddesc}
\begin{methoddesc}
[string]
{
replace
}{
old, new
\optional
{
, maxsplit
}}
...
...
@@ -664,6 +665,7 @@ Return a copy of the string with trailing characters removed. If
removed. If given and not
\code
{
None
}
,
\var
{
chars
}
must be a string;
the characters in the string will be stripped from the end of the
string this method is called on.
\versionchanged
[Support for the \var{chars} argument]
{
2.2.2
}
\end{methoddesc}
\begin{methoddesc}
[string]
{
split
}{
\optional
{
sep
\optional
{
,maxsplit
}}}
...
...
@@ -693,6 +695,7 @@ removed. If \var{chars} is omitted or \code{None}, whitespace
characters are removed. If given and not
\code
{
None
}
,
\var
{
chars
}
must be a string; the characters in the string will be stripped from
the both ends of the string this method is called on.
\versionchanged
[Support for the \var{chars} argument]
{
2.2.2
}
\end{methoddesc}
\begin{methoddesc}
[string]
{
swapcase
}{}
...
...
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