diff options
Diffstat (limited to 'Doc/whatsnew/whatsnew23.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 0759c9d..6d3651a 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -497,6 +497,10 @@ u'\u4001abc' >>> \end{verbatim} +\item The \method{startswith()} and \method{endswith()} +string methods now have accept negative numbers for +start and end parameters. + \item Another new string method is \method{zfill()}, originally a function in the \module{string} module. \method{zfill()} pads a numeric string with zeros on the left until it's the specified width. |