]> granicus.if.org Git - python/commitdiff
News entries for rev. 5990[567].
authorGeorg Brandl <georg@python.org>
Fri, 11 Jan 2008 09:20:58 +0000 (09:20 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 11 Jan 2008 09:20:58 +0000 (09:20 +0000)
Misc/NEWS

index 88a01a24de8f9843ad03f7bf951c16db6962b9af..e625c3c9cde39e6cb37e5498e2102f94c5192268 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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)