mirror of https://github.com/python/cpython
News entries for rev. 5990[567].
This commit is contained in:
parent
ff15c866a6
commit
2f32c39227
|
@ -351,6 +351,9 @@ Core and builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Decimal.as_tuple(), difflib.find_longest_match() and inspect functions
|
||||
that returned a tuple now return a named tuple.
|
||||
|
||||
- Doctest now returns results as a named tuple for readability:
|
||||
(0, 7) --> TestResults(failed=0, attempted=7)
|
||||
|
||||
|
|
Loading…
Reference in New Issue