Commit 06bc2d53 authored by Georg Brandl's avatar Georg Brandl

News entries for rev. 5990[567].

parent 82ed4b71
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment