Kaydet (Commit) 2f32c392 authored tarafından Georg Brandl's avatar Georg Brandl

News entries for rev. 5990[567].

üst ff15c866
......@@ -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