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
855cc7a7
Commit
855cc7a7
authored
Jun 14, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add item
parent
ee9f1c0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Doc/whatsnew/whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+6
-0
No files found.
Doc/whatsnew/whatsnew25.tex
View file @
855cc7a7
...
...
@@ -1373,6 +1373,12 @@ ts = datetime.strptime('10:13:15 2006-03-07',
'
%H:%M:%S %Y-%m-%d')
\end{verbatim}
\item
The
\method
{
SequenceMatcher.get
_
matching
_
blocks()
}
method
in the
\module
{
difflib
}
module now guarantees to return a minimal list
of blocks describing matching subsequences. Previously, the algorithm would
occasionally break a block of matching elements into two list entries.
(Enhancement by Tim Peters.)
\item
The
\module
{
doctest
}
module gained a
\code
{
SKIP
}
option that
keeps an example from being executed at all. This is intended for
code snippets that are usage examples intended for the reader and
...
...
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